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