Files
kotlin-fork/compiler/testData/cli/jvm/jvmDefaultEnable.kt
T

4 lines
51 B
Kotlin
Vendored

interface Foo {
@JvmDefault
fun test() {}
}