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