blob: 54f337ffd627e5a95fe318607d8a8ff12432be42 [file] [log] [blame]
/** Doc comment for A */class A { /** Doc comment for function */
fun foo(){}
/**
* Doc comment for property
*/ val prop = 1
}