Report error on -Xuse-old-backend, remove Gradle option useOldBackend
Allow using old JVM backend only to compile kts. #KT-48532 Fixed
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
package test
|
||||
|
||||
interface T1 {
|
||||
|
||||
interface T1 {
|
||||
fun f() {}
|
||||
}
|
||||
|
||||
class `T1$DefaultImpls` {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user