Files
kotlin-fork/plugins/jvm-abi-gen/testData/compare/declarationOrder/sameAbi/test.kt
T
2021-08-23 18:25:33 +02:00

10 lines
79 B
Kotlin
Vendored

package test
fun g() = 4
val y = 3
class A {
val x = 2
fun f() = 1
}