Files
kotlin/compiler/testData/asJava/lightClassStructure/CodeWithErrors.kt
2014-06-19 22:10:57 +04:00

12 lines
69 B
Kotlin
Vendored

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