[CFA] Mark arguments of all annotation calls as USED_AS_EXPRESSION
Also revert hacky fix of KT-37294 introduced in 80caa063b
#KT-37447 Fixed
This commit is contained in:
@@ -148,6 +148,11 @@ public class ControlFlowTestGenerated extends AbstractControlFlowTest {
|
||||
runTest("compiler/testData/cfg/bugs/kt10105.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt37447.kt")
|
||||
public void testKt37447() throws Exception {
|
||||
runTest("compiler/testData/cfg/bugs/kt37447.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt7761.kt")
|
||||
public void testKt7761() throws Exception {
|
||||
runTest("compiler/testData/cfg/bugs/kt7761.kt");
|
||||
|
||||
@@ -148,6 +148,11 @@ public class PseudoValueTestGenerated extends AbstractPseudoValueTest {
|
||||
runTest("compiler/testData/cfg/bugs/kt10105.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt37447.kt")
|
||||
public void testKt37447() throws Exception {
|
||||
runTest("compiler/testData/cfg/bugs/kt37447.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt7761.kt")
|
||||
public void testKt7761() throws Exception {
|
||||
runTest("compiler/testData/cfg/bugs/kt7761.kt");
|
||||
|
||||
Reference in New Issue
Block a user