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