61d5d43e15
#KT-3967 Fixed
12 lines
69 B
Kotlin
12 lines
69 B
Kotlin
package test
|
|
|
|
class C() {
|
|
fun V.f() : {
|
|
|
|
}
|
|
}
|
|
|
|
fun V.f() {
|
|
|
|
}
|