Remove BindingTrace from Java function and property resolvers

Extract FakeOverrideVisibilityResolver which invokes OverrideResolver with the
trace
This commit is contained in:
Alexander Udalov
2013-08-23 18:58:10 +04:00
parent 480ef9ea66
commit d34a6d85e7
11 changed files with 136 additions and 29 deletions
@@ -1039,6 +1039,11 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
doTestCompiledJava("compiler/testData/loadJava/compiledJava/JavaEnum.java");
}
@TestMetadata("OverrideMethod.java")
public void testOverrideMethod() throws Exception {
doTestCompiledJava("compiler/testData/loadJava/compiledJava/OverrideMethod.java");
}
@TestMetadata("PackageLocalVisibility.java")
public void testPackageLocalVisibility() throws Exception {
doTestCompiledJava("compiler/testData/loadJava/compiledJava/PackageLocalVisibility.java");