Files
kotlin-fork/idea/testData/debugger/positionManager/propertyAccessor.kt
T
2014-09-26 10:22:27 +04:00

5 lines
54 B
Kotlin

class A {
val foo: Int
get() = 5 // A
}