Files
kotlin-fork/compiler/testData/lineNumber/class.kt
T
2012-08-21 16:31:29 +04:00

8 lines
98 B
Kotlin

class A {
val prop = test.lineNumber()
fun foo() {
test.lineNumber()
}
}