e051251b27
#KT-35133 Fixed
11 lines
149 B
Kotlin
Vendored
11 lines
149 B
Kotlin
Vendored
// !DUMP_DEPENDENCIES
|
|
// FILE: J.java
|
|
|
|
public class J {
|
|
public void bar() {}
|
|
}
|
|
|
|
// FILE: javaMethod.kt
|
|
// FIR_IDENTICAL
|
|
|
|
fun test(j: J) = j.bar() |