6 lines
85 B
Kotlin
6 lines
85 B
Kotlin
object A {
|
|
fun foo() = test.lineNumber()
|
|
|
|
val prop = test.lineNumber()
|
|
}
|