mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
12 lines
69 B
Kotlin
Vendored
12 lines
69 B
Kotlin
Vendored
package test
|
|
|
|
class C() {
|
|
fun V.f() : {
|
|
|
|
}
|
|
}
|
|
|
|
fun V.f() {
|
|
|
|
}
|