Files
kotlin-fork/compiler/testData/cli/jvm/classAndTraitClash.kt
T
Alexander Udalov 0569f429dd Report error on -Xuse-old-backend, remove Gradle option useOldBackend
Allow using old JVM backend only to compile kts.

 #KT-48532 Fixed
2022-09-16 00:16:31 +02:00

10 lines
76 B
Kotlin
Vendored

package test
interface T1 {
fun f() {}
}
class `T1$DefaultImpls` {
}