8 lines
98 B
Kotlin
8 lines
98 B
Kotlin
class A {
|
|
val prop = test.lineNumber()
|
|
|
|
fun foo() {
|
|
test.lineNumber()
|
|
}
|
|
}
|