184d3fb16e
- Enable behaviour for property accessors
4 lines
48 B
Kotlin
4 lines
48 B
Kotlin
// TRUE
|
|
class Test {
|
|
val a = "aasdf<caret>"
|
|
} |