add tests for incremental compilation when only private part changed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package test;
|
||||
|
||||
public class Usage {
|
||||
public static void f() {
|
||||
new ClassA().meth1();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user