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

4 lines
51 B
Kotlin
Vendored

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