12 lines
69 B
Kotlin
Vendored
12 lines
69 B
Kotlin
Vendored
package test
|
|
|
|
class C() {
|
|
fun V.f() : {
|
|
|
|
}
|
|
}
|
|
|
|
fun V.f() {
|
|
|
|
}
|