184d3fb16e
- Enable behaviour for property accessors
5 lines
37 B
Kotlin
5 lines
37 B
Kotlin
// TRUE
|
|
class Some {
|
|
fun <caret>
|
|
}
|