Loading interface with only one method inherited from Object as not functional.
#KT-1242 fixed
This commit is contained in:
@@ -1135,6 +1135,11 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
|
||||
doTestCompiledJava("compiler/testData/loadJava/compiledJava/singleAbstractMethod/FilenameFilter.java");
|
||||
}
|
||||
|
||||
@TestMetadata("InterfaceWithObjectMethod.java")
|
||||
public void testInterfaceWithObjectMethod() throws Exception {
|
||||
doTestCompiledJava("compiler/testData/loadJava/compiledJava/singleAbstractMethod/InterfaceWithObjectMethod.java");
|
||||
}
|
||||
|
||||
@TestMetadata("Runnable.java")
|
||||
public void testRunnable() throws Exception {
|
||||
doTestCompiledJava("compiler/testData/loadJava/compiledJava/singleAbstractMethod/Runnable.java");
|
||||
|
||||
Reference in New Issue
Block a user