Files
kotlin-fork/idea/testData/debugger/propertyInitializer.kt
T
2014-08-27 15:57:59 +04:00

4 lines
40 B
Kotlin

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