Minor. Add regression test

#KT-45991
This commit is contained in:
Ilmir Usmanov
2021-04-12 13:09:17 +02:00
parent 29c975fc43
commit 74b1fdcc60
9 changed files with 99 additions and 0 deletions
@@ -14253,6 +14253,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/inlineClasses/kt44867.kt");
}
@TestMetadata("kt45991.kt")
public void ignoreKt45991() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/kt45991.kt");
}
@TestMetadata("safeAsOfTypeParameterWithInlineClassBound.kt")
public void ignoreSafeAsOfTypeParameterWithInlineClassBound() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/safeAsOfTypeParameterWithInlineClassBound.kt");