[CHERRY PICKED FROM IJ] [testdata] Fix testdata for IncrementalJvmJpsTestGenerated.WithJava.JavaUsedInKotlin#testConstantChanged
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
This commit is contained in:
committed by
Nikita Bobko
parent
6c7a6bf3b1
commit
3b6cdb071f
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
public class JavaClass {
|
||||
public class Inner {
|
||||
public static final String CONST = "B";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user