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
@@ -32620,6 +32620,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
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");