Remove BindingTrace from Java function and property resolvers
Extract FakeOverrideVisibilityResolver which invokes OverrideResolver with the trace
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user