10 lines
117 B
Kotlin
10 lines
117 B
Kotlin
enum class E {
|
|
E1
|
|
|
|
fun foo() = {
|
|
test.lineNumber()
|
|
}
|
|
|
|
val prop = test.lineNumber()
|
|
}
|