mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
9 lines
110 B
Kotlin
Vendored
9 lines
110 B
Kotlin
Vendored
//ALLOW_AST_ACCESS
|
|
package test
|
|
|
|
val f1 = 1
|
|
fun f2() = 1
|
|
val f3 = 1
|
|
fun f4() = 1
|
|
fun f4(i: Int) = 1
|
|
val f5 = 1 |