Switch warning to error for java-default method calls within 1.6 target
#KT-15825 Fixed (cherry picked from commit 9b29ebb)
This commit is contained in:
committed by
Ilya Gorbunov
parent
5bfa9b248e
commit
232d1bd9ef
+1
@@ -1,3 +1,4 @@
|
||||
// ERROR: Super calls to Java default methods are prohibited in JVM target 1.6. Recompile with '-jvm-target 1.8'
|
||||
import java.util.stream.Stream
|
||||
|
||||
abstract class A : List<String> {
|
||||
|
||||
Reference in New Issue
Block a user