- do not use annotation resolve in CodegenFileClassProvider
- test using private methods across different parts of multifile class
This commit is contained in:
Dmitry Petrov
2015-09-09 12:39:10 +03:00
parent 5e38c99f81
commit 8162272106
7 changed files with 10 additions and 14 deletions
@@ -0,0 +1,5 @@
public class Baz {
public static String baz() {
return Util.foo() + Util.bar();
}
}