Add tests for KT-45308

This commit is contained in:
Dmitry Petrov
2021-04-21 13:51:16 +03:00
committed by TeamCityServer
parent f228c3bb04
commit 732405895f
14 changed files with 138 additions and 0 deletions
@@ -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");
@@ -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");
@@ -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");
@@ -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");