separate compiler and plugin tests
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun invoker(~gen~gen : fun () : Int) : Int {
|
||||
return `gen`gen() // Says it cannot resolve 'gen' here
|
||||
}
|
||||
Reference in New Issue
Block a user