Update tests
This commit is contained in:
Generated
+10
@@ -1720,6 +1720,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
|||||||
runTest("compiler/testData/codegen/box/callableReference/function/topLevelFromTopLevelStringOneStringArg.kt");
|
runTest("compiler/testData/codegen/box/callableReference/function/topLevelFromTopLevelStringOneStringArg.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("topLevelFromTopLevelUnitManyArgs.kt")
|
||||||
|
public void testTopLevelFromTopLevelUnitManyArgs() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/callableReference/function/topLevelFromTopLevelUnitManyArgs.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("topLevelFromTopLevelUnitNoArgs.kt")
|
@TestMetadata("topLevelFromTopLevelUnitNoArgs.kt")
|
||||||
public void testTopLevelFromTopLevelUnitNoArgs() throws Exception {
|
public void testTopLevelFromTopLevelUnitNoArgs() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/callableReference/function/topLevelFromTopLevelUnitNoArgs.kt");
|
runTest("compiler/testData/codegen/box/callableReference/function/topLevelFromTopLevelUnitNoArgs.kt");
|
||||||
@@ -2062,6 +2067,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
|||||||
runTest("compiler/testData/codegen/box/callableReference/varargAndDefaults/innerConstructorWithVararg.kt");
|
runTest("compiler/testData/codegen/box/callableReference/varargAndDefaults/innerConstructorWithVararg.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("largeVararg.kt")
|
||||||
|
public void testLargeVararg() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/callableReference/varargAndDefaults/largeVararg.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("localFunctionWithDefault.kt")
|
@TestMetadata("localFunctionWithDefault.kt")
|
||||||
public void testLocalFunctionWithDefault() throws Exception {
|
public void testLocalFunctionWithDefault() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/callableReference/varargAndDefaults/localFunctionWithDefault.kt");
|
runTest("compiler/testData/codegen/box/callableReference/varargAndDefaults/localFunctionWithDefault.kt");
|
||||||
|
|||||||
+10
@@ -1720,6 +1720,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
|||||||
runTest("compiler/testData/codegen/box/callableReference/function/topLevelFromTopLevelStringOneStringArg.kt");
|
runTest("compiler/testData/codegen/box/callableReference/function/topLevelFromTopLevelStringOneStringArg.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("topLevelFromTopLevelUnitManyArgs.kt")
|
||||||
|
public void testTopLevelFromTopLevelUnitManyArgs() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/callableReference/function/topLevelFromTopLevelUnitManyArgs.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("topLevelFromTopLevelUnitNoArgs.kt")
|
@TestMetadata("topLevelFromTopLevelUnitNoArgs.kt")
|
||||||
public void testTopLevelFromTopLevelUnitNoArgs() throws Exception {
|
public void testTopLevelFromTopLevelUnitNoArgs() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/callableReference/function/topLevelFromTopLevelUnitNoArgs.kt");
|
runTest("compiler/testData/codegen/box/callableReference/function/topLevelFromTopLevelUnitNoArgs.kt");
|
||||||
@@ -2062,6 +2067,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
|||||||
runTest("compiler/testData/codegen/box/callableReference/varargAndDefaults/innerConstructorWithVararg.kt");
|
runTest("compiler/testData/codegen/box/callableReference/varargAndDefaults/innerConstructorWithVararg.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("largeVararg.kt")
|
||||||
|
public void testLargeVararg() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/callableReference/varargAndDefaults/largeVararg.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("localFunctionWithDefault.kt")
|
@TestMetadata("localFunctionWithDefault.kt")
|
||||||
public void testLocalFunctionWithDefault() throws Exception {
|
public void testLocalFunctionWithDefault() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/callableReference/varargAndDefaults/localFunctionWithDefault.kt");
|
runTest("compiler/testData/codegen/box/callableReference/varargAndDefaults/localFunctionWithDefault.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user