7 lines
94 B
Kotlin
7 lines
94 B
Kotlin
class A {
|
|
val prop : Int
|
|
get() {
|
|
return test.lineNumber()
|
|
}
|
|
}
|