Files
kotlin-fork/compiler/testData/cli/jvm/jvmDefaultAll.kt
T
Mikhail Bogdanov b5b5c8aebc Check target for -Xjvm-default modes
#KT-39925 Fixed
2020-06-30 19:47:06 +02:00

3 lines
35 B
Kotlin
Vendored

interface Foo {
fun test() {}
}