separate compiler and plugin tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun box() : String {
|
||||
return if (int_invoker( { 7 } ) == 7) "OK" else "fail"
|
||||
}
|
||||
|
||||
fun int_invoker(gen : fun () : Int) : Int {
|
||||
return gen()
|
||||
}
|
||||
Reference in New Issue
Block a user