add tests for incremental compilation when only private part changed

This commit is contained in:
Michael Nedzelsky
2015-07-22 23:59:15 +03:00
parent 2f304c0d99
commit 62f6cc7f0b
53 changed files with 396 additions and 0 deletions
@@ -0,0 +1,7 @@
package test;
public class Usage {
public static void f() {
new ClassA().meth1();
}
}