Add tests for KT-45308
This commit is contained in:
committed by
TeamCityServer
parent
f228c3bb04
commit
732405895f
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -27375,6 +27375,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/typealias/kt15109.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45308.kt")
|
||||
public void testKt45308() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typealias/kt45308.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("objectLiteralConstructor.kt")
|
||||
public void testObjectLiteralConstructor() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typealias/objectLiteralConstructor.kt");
|
||||
|
||||
Generated
+5
@@ -26786,6 +26786,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/typealias/kt15109.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45308.kt")
|
||||
public void testKt45308() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typealias/kt45308.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("objectLiteralConstructor.kt")
|
||||
public void testObjectLiteralConstructor() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typealias/objectLiteralConstructor.kt");
|
||||
|
||||
Generated
+5
@@ -26746,6 +26746,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/typealias/kt15109.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45308.kt")
|
||||
public void testKt45308() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typealias/kt45308.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("objectLiteralConstructor.kt")
|
||||
public void testObjectLiteralConstructor() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typealias/objectLiteralConstructor.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -15044,6 +15044,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/typealias/kt15109.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45308.kt")
|
||||
public void testKt45308() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typealias/kt45308.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("objectLiteralConstructor.kt")
|
||||
public void testObjectLiteralConstructor() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typealias/objectLiteralConstructor.kt");
|
||||
|
||||
Reference in New Issue
Block a user