Files
kotlin/compiler/testData/asJava/lightClasses/CodeWithErrors.kt
2013-09-05 21:32:48 +04:00

12 lines
69 B
Kotlin

package test
class C() {
fun V.f() : {
}
}
fun V.f() {
}