Support fun interfaces in kotlinx-metadata
#KT-37421 Fixed
This commit is contained in:
@@ -2295,6 +2295,11 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/EnumWithPrimitiveConstructorParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("FunInterface.kt")
|
||||
public void testFunInterface() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/FunInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("InheritClassSimple.kt")
|
||||
public void testInheritClassSimple() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/InheritClassSimple.kt");
|
||||
|
||||
Generated
+5
@@ -604,6 +604,11 @@ public class LoadKotlinWithTypeTableTestGenerated extends AbstractLoadKotlinWith
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/EnumWithPrimitiveConstructorParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("FunInterface.kt")
|
||||
public void testFunInterface() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/FunInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("InheritClassSimple.kt")
|
||||
public void testInheritClassSimple() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/InheritClassSimple.kt");
|
||||
|
||||
+5
@@ -2296,6 +2296,11 @@ public class IrLoadJavaTestGenerated extends AbstractIrLoadJavaTest {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/EnumWithPrimitiveConstructorParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("FunInterface.kt")
|
||||
public void testFunInterface() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/FunInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("InheritClassSimple.kt")
|
||||
public void testInheritClassSimple() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/InheritClassSimple.kt");
|
||||
|
||||
Generated
+5
@@ -2295,6 +2295,11 @@ public class LoadJavaUsingJavacTestGenerated extends AbstractLoadJavaUsingJavacT
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/EnumWithPrimitiveConstructorParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("FunInterface.kt")
|
||||
public void testFunInterface() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/FunInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("InheritClassSimple.kt")
|
||||
public void testInheritClassSimple() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/InheritClassSimple.kt");
|
||||
|
||||
Reference in New Issue
Block a user