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

4 lines
40 B
Kotlin
Vendored

class A {
val foo: Int = 5 // A
}