Files
kotlin-fork/jps-plugin/testData/incremental/pureKotlin/subpackage/outer.kt
T
2014-09-24 16:31:47 +04:00

8 lines
77 B
Kotlin
Vendored

package outer
fun f(c: () -> Unit) {
}
fun <T> f(c: () -> T): String = ""