Files
kotlin-fork/idea/testData/kdoc/finder/Property.kt
T

5 lines
79 B
Kotlin
Vendored

/**
* @property xyzzy Doc for property xyzzy
*/
class Foo(val xyzzy: String)