mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
Includes changes to decompiled text Old syntax is used in builtins and project code for now
10 lines
157 B
Kotlin
10 lines
157 B
Kotlin
class A {
|
|
default object {
|
|
val prop = test.lineNumber()
|
|
|
|
fun foo(): Int {
|
|
return test.lineNumber()
|
|
}
|
|
}
|
|
}
|