mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-21 15:52:06 +00:00
Test for 'JavaResolutionUtils.getJavaDescriptorResolver' failing with AE Part of EA-105435
7 lines
88 B
Java
Vendored
7 lines
88 B
Java
Vendored
package test;
|
|
|
|
public class JavaClass {
|
|
public static void staticMethod() {
|
|
|
|
}
|
|
} |