Files
kotlin-fork/compiler/testData/asJava/lightClasses/lightClassStructure/CodeWithErrors.kt
T
2023-01-02 15:05:36 +00:00

12 lines
69 B
Kotlin
Vendored

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