[FIR] Resolve annotations in when expressions
This commit is contained in:
committed by
teamcityserver
parent
b541721a79
commit
c2389a94fa
+6
@@ -52,6 +52,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/annotations/annotatedObjectLiteral.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("annotationOnWhen.kt")
|
||||
public void testAnnotationOnWhen() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/annotationOnWhen.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("annotationProperty.kt")
|
||||
public void testAnnotationProperty() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user