Add tests for KT-45308
This commit is contained in:
committed by
TeamCityServer
parent
f228c3bb04
commit
732405895f
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user