0569f429dd
Allow using old JVM backend only to compile kts. #KT-48532 Fixed
10 lines
76 B
Kotlin
Vendored
10 lines
76 B
Kotlin
Vendored
package test
|
|
|
|
interface T1 {
|
|
fun f() {}
|
|
}
|
|
|
|
class `T1$DefaultImpls` {
|
|
|
|
}
|