mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
10 lines
117 B
Kotlin
10 lines
117 B
Kotlin
enum class E {
|
|
E1
|
|
|
|
fun foo() = {
|
|
test.lineNumber()
|
|
}
|
|
|
|
val prop = test.lineNumber()
|
|
}
|