Files
kotlin-fork/idea/testData/resolve/std/function.kt
T
Andrey Breslav 9387c974bd Resolving references to builtins: first loading Unit.jet, and then the rest of the library
Test data fixed to get rid of jet.src directory
2012-10-17 14:38:22 +04:00

4 lines
74 B
Kotlin

fun f(p : () -> String) {
p.<ref>invoke()
}
//jet/Functions.jet:invoke