10 lines
155 B
Kotlin
10 lines
155 B
Kotlin
class A {
|
|
class object {
|
|
val prop = test.lineNumber()
|
|
|
|
fun foo(): Int {
|
|
return test.lineNumber()
|
|
}
|
|
}
|
|
}
|