Files
kotlin-fork/idea/testData/debugger/propertyAccessor.kt
T
2012-08-17 18:38:47 +04:00

5 lines
54 B
Kotlin

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