JVM IR: add isInlineClassType, use it instead of isInlined
This commit is contained in:
+6
@@ -18018,6 +18018,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/resultRunCatchingOrElse.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("safeAsOfTypeParameterWithInlineClassBound.kt")
|
||||
public void testSafeAsOfTypeParameterWithInlineClassBound() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/safeAsOfTypeParameterWithInlineClassBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("secondaryConstructorWithVararg.kt")
|
||||
public void testSecondaryConstructorWithVararg() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user