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