Switch default JVM target to 1.8
#KT-29405 Fixed
This commit is contained in:
+10
@@ -12582,6 +12582,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/functions/bigArity/callWithIncorrectNumberOfArguments.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("callWithIncorrectNumberOfArguments_1_6.kt")
|
||||
public void testCallWithIncorrectNumberOfArguments_1_6() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/bigArity/callWithIncorrectNumberOfArguments_1_6.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("function255.kt")
|
||||
public void testFunction255() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/bigArity/function255.kt");
|
||||
@@ -29503,6 +29508,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/super/interfaceHashCode.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("interfaceHashCode_1_6.kt")
|
||||
public void testInterfaceHashCode_1_6() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/super/interfaceHashCode_1_6.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt14243.kt")
|
||||
public void testKt14243() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/super/kt14243.kt");
|
||||
|
||||
Reference in New Issue
Block a user