d9c4fda521
^KTIJ-22324 fixed
8 lines
88 B
Kotlin
Vendored
8 lines
88 B
Kotlin
Vendored
class C {
|
|
/**
|
|
* [a<caret>a]
|
|
*/
|
|
val aa: Int = 1
|
|
|
|
val bb: Int = 10
|
|
} |