[AA] an expression in delegated super entry is used as expression
^KT-65665 fixed
This commit is contained in:
+6
@@ -676,6 +676,12 @@ public class FirStandaloneNormalAnalysisSourceModuleIsUsedAsExpressionTestGenera
|
||||
runTest("analysis/analysis-api/testData/components/expressionInfoProvider/isUsedAsExpression/default_parameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegatedSuperEntry.kt")
|
||||
public void testDelegatedSuperEntry() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/components/expressionInfoProvider/isUsedAsExpression/delegatedSuperEntry.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("destructuringDecl.kt")
|
||||
public void testDestructuringDecl() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user