Example: ```res module CC = { /** First Comment */ let a = 10 /** Second Comment */ let a = a } let q = CC.a // does not show comment on hover ``` See https://github.com/rescript-lang/syntax/issues/715