FIR2IR: generate annotations on fake override parameters #KT-53208 Fixed
This commit is contained in:
+6
@@ -17817,6 +17817,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/fir/falsePositiveBoundSmartcast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("findAnnotationOnDefaultMethodParameter.kt")
|
||||
public void testFindAnnotationOnDefaultMethodParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/findAnnotationOnDefaultMethodParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Fir2IrClassifierStorage.kt")
|
||||
public void testFir2IrClassifierStorage() throws Exception {
|
||||
|
||||
Generated
+6
@@ -2632,6 +2632,12 @@ public class IrTextTestGenerated extends AbstractIrTextTest {
|
||||
runTest("compiler/testData/ir/irText/firProblems/recursiveCapturedTypeInPropertyReference.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("reflectFindAnnotationOnDefaultMethodParameter.kt")
|
||||
public void testReflectFindAnnotationOnDefaultMethodParameter() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/reflectFindAnnotationOnDefaultMethodParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("reflectGetOnNullableTypeAlias.kt")
|
||||
public void testReflectGetOnNullableTypeAlias() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user