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