7d662bf5d1
- Those packages are missing in the mockJdk 1.8 in intellij repository, and it leads to those tests failing in kotlin-ide repository
7 lines
176 B
Plaintext
Vendored
7 lines
176 B
Plaintext
Vendored
public class JavaUtilClass {
|
|
public static int STATIC_FIELD = 10;
|
|
|
|
public static void overloadedMethod(int i) {}
|
|
public static void overloadedMethod(String i) {}
|
|
}
|