Specify target backend as JVM for SAM tests; mute other failed tests and regenerate tests.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
fun box(): String {
|
||||
var result = "FAIL"
|
||||
val f = { result = "OK" }
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
var result = "FAIL"
|
||||
|
||||
fun getFun(): () -> Unit {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
var result = "FAIL"
|
||||
|
||||
fun box(): String {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
fun box(): String {
|
||||
val o = "O"
|
||||
var result = ""
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
class Box(val s: String) {
|
||||
fun extract(): String {
|
||||
var result = ""
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
var global = ""
|
||||
|
||||
fun Runnable(f: () -> Unit) = object : Runnable {
|
||||
|
||||
Reference in New Issue
Block a user