111f0b1e66
Make smart type search work for Groovy. #KT-14974 Fixed
7 lines
81 B
Kotlin
Vendored
7 lines
81 B
Kotlin
Vendored
fun f(c: JavaClass) {
|
|
c()
|
|
}
|
|
|
|
fun foo(o: JavaClass.OtherJavaClass) {
|
|
o()
|
|
} |