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