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:
Mikhael Bogdanov
2017-08-04 09:35:15 +02:00
committed by Ilya Gorbunov
parent 5bfa9b248e
commit 232d1bd9ef
7 changed files with 9 additions and 2 deletions
@@ -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> {