Revert "JVM_IR indy-SAM: use '-Xsam-conversions=indy' if JVM 1.8+, LV 1.5+"

This reverts commit 679756ad
This commit is contained in:
Dmitry Petrov
2021-03-10 07:39:29 +03:00
parent ba3f27b5ce
commit 02b5b931d4
7 changed files with 8 additions and 22 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND: JVM_IR
// ^ JVM_IR back-end generates SAM conversion with invokedynamic
// WITH_RUNTIME
fun box(): String {
@@ -15,4 +13,4 @@ fun box(): String {
throw Exception("!samJavaClass.isAnonymousClass(): '${samJavaClass.name}'")
return "OK"
}
}