10 lines
79 B
Kotlin
Vendored
10 lines
79 B
Kotlin
Vendored
package test
|
|
|
|
fun g() = 4
|
|
val y = 3
|
|
|
|
class A {
|
|
val x = 2
|
|
fun f() = 1
|
|
}
|