FIR: Add test on delegated member with default param in overridden...
sensitive to the file processing order, therefore failing on the current fir2ir at least with the new irBuiltIns
This commit is contained in:
committed by
TeamCityServer
parent
a2385b5edd
commit
c9b6847d83
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -10072,6 +10072,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
public void testWithDefaultParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/withDefaultParameters.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("withDefaultsMultipleFilesOrder.kt")
|
||||
public void testWithDefaultsMultipleFilesOrder() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/withDefaultsMultipleFilesOrder.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/deprecated")
|
||||
|
||||
Generated
+5
@@ -9478,6 +9478,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
public void testWithDefaultParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/withDefaultParameters.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("withDefaultsMultipleFilesOrder.kt")
|
||||
public void testWithDefaultsMultipleFilesOrder() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/withDefaultsMultipleFilesOrder.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/deprecated")
|
||||
|
||||
Generated
+5
@@ -9478,6 +9478,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
public void testWithDefaultParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/withDefaultParameters.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("withDefaultsMultipleFilesOrder.kt")
|
||||
public void testWithDefaultsMultipleFilesOrder() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/withDefaultsMultipleFilesOrder.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/deprecated")
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -4466,6 +4466,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
public void testWithDefaultParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/withDefaultParameters.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("withDefaultsMultipleFilesOrder.kt")
|
||||
public void testWithDefaultsMultipleFilesOrder() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/withDefaultsMultipleFilesOrder.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/deprecated")
|
||||
|
||||
Reference in New Issue
Block a user