Added error diagnostic on inheriting target 6 interface
This commit is contained in:
Vendored
+3
-1
@@ -9,7 +9,9 @@ interface Test {
|
||||
// FILE: 2.kt
|
||||
// JVM_TARGET: 1.8
|
||||
interface Test2 : Test {
|
||||
|
||||
override fun test(): String {
|
||||
return super.test()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user