GreatSyntacticShift: Resolve test data fixed
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
fun invoker(~gen~gen : fun () : Int) : Int {
|
||||
fun invoker(~gen~gen : () -> Int) : Int {
|
||||
return `gen`gen() // Says it cannot resolve 'gen' here
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user