Add test for class literals on inline classes

#KT-28361 Obsolete
This commit is contained in:
Mikhail Zarechenskiy
2018-11-22 11:17:33 +03:00
parent 7a9fb3ca26
commit b48614df47
5 changed files with 92 additions and 0 deletions
@@ -11810,6 +11810,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/inlineClasses/checkUnboxingResultFromTypeVariable.kt");
}
@TestMetadata("classLiteralOnInlineClass.kt")
public void testClassLiteralOnInlineClass() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/classLiteralOnInlineClass.kt");
}
@TestMetadata("computablePropertyInsideInlineClass.kt")
public void testComputablePropertyInsideInlineClass() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/computablePropertyInsideInlineClass.kt");