3b6cdb071f
Previously, because the package in java file was used, generated test runner file was incorrect GitOrigin-RevId: 3fcf599a26a0789154c550e6ac4aafe0829ce0d1 Original commit: https://github.com/JetBrains/intellij-community/commit/cbe50ad2423fbdb6e18541ecb040bdb0c67af7fd
6 lines
106 B
Plaintext
Vendored
6 lines
106 B
Plaintext
Vendored
public class JavaClass {
|
|
public class Inner {
|
|
public static final String CONST = "B";
|
|
}
|
|
}
|