Minor. Add regression test for KT-62127
#KT-62127 Fixed
This commit is contained in:
committed by
Space Team
parent
203b7a4da3
commit
197f0112b4
+6
@@ -22153,6 +22153,12 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/defaultWithInlineClassArgumentGeneric.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegateFromDifferentPackage.kt")
|
||||
public void testDelegateFromDifferentPackage() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/delegateFromDifferentPackage.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("elvisWithInlineClassAndNullConstant.kt")
|
||||
public void testElvisWithInlineClassAndNullConstant() throws Exception {
|
||||
|
||||
+6
@@ -22153,6 +22153,12 @@ public class FirLightTreeBlackBoxCodegenWithIrFakeOverrideGeneratorTestGenerated
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/defaultWithInlineClassArgumentGeneric.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegateFromDifferentPackage.kt")
|
||||
public void testDelegateFromDifferentPackage() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/delegateFromDifferentPackage.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("elvisWithInlineClassAndNullConstant.kt")
|
||||
public void testElvisWithInlineClassAndNullConstant() throws Exception {
|
||||
|
||||
+6
@@ -22153,6 +22153,12 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/defaultWithInlineClassArgumentGeneric.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegateFromDifferentPackage.kt")
|
||||
public void testDelegateFromDifferentPackage() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/delegateFromDifferentPackage.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("elvisWithInlineClassAndNullConstant.kt")
|
||||
public void testElvisWithInlineClassAndNullConstant() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user