5 lines
79 B
Kotlin
5 lines
79 B
Kotlin
/**
|
|
* @property xyzzy Doc for property xyzzy
|
|
*/
|
|
class Foo(val xyzzy: String)
|