7 lines
49 B
Kotlin
Vendored
7 lines
49 B
Kotlin
Vendored
val x: Int = 1
|
|
|
|
fun foo() = 1
|
|
|
|
fun bar() =
|
|
1
|