Supported simplest cases of SAM adapter in backend.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun box(): String {
|
||||
var v = "FAIL"
|
||||
JavaClass.run { v = "OK" }
|
||||
return v
|
||||
}
|
||||
Reference in New Issue
Block a user