184d3fb16e
- Enable behaviour for property accessors
4 lines
46 B
Kotlin
4 lines
46 B
Kotlin
// FALSE
|
|
fun main() {
|
|
fun some = 12<caret>
|
|
} |