FIR: copy nullability when mapping type alias arguments
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -26615,6 +26615,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/typealias/typeAliasConstructorInSuperCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeAliasFunction.kt")
|
||||
public void testTypeAliasFunction() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typealias/typeAliasFunction.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeAliasInAnonymousObjectType.kt")
|
||||
public void testTypeAliasInAnonymousObjectType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typealias/typeAliasInAnonymousObjectType.kt");
|
||||
|
||||
Generated
+5
@@ -26100,6 +26100,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/typealias/typeAliasConstructorInSuperCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeAliasFunction.kt")
|
||||
public void testTypeAliasFunction() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typealias/typeAliasFunction.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeAliasInAnonymousObjectType.kt")
|
||||
public void testTypeAliasInAnonymousObjectType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typealias/typeAliasInAnonymousObjectType.kt");
|
||||
|
||||
Generated
+5
@@ -26065,6 +26065,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/typealias/typeAliasConstructorInSuperCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeAliasFunction.kt")
|
||||
public void testTypeAliasFunction() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typealias/typeAliasFunction.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeAliasInAnonymousObjectType.kt")
|
||||
public void testTypeAliasInAnonymousObjectType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typealias/typeAliasInAnonymousObjectType.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -14381,6 +14381,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/typealias/typeAliasConstructorInSuperCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeAliasFunction.kt")
|
||||
public void testTypeAliasFunction() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typealias/typeAliasFunction.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeAliasInAnonymousObjectType.kt")
|
||||
public void testTypeAliasInAnonymousObjectType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typealias/typeAliasInAnonymousObjectType.kt");
|
||||
|
||||
Reference in New Issue
Block a user