[AA] don't treat incomplete function as anonymous
^KTIJ-23672 sync anonymous function predicate with RawFirBuilder/DeclarationsConverter
This commit is contained in:
+6
@@ -58,6 +58,12 @@ public class FirStandaloneNormalAnalysisSourceModuleDeclarationReturnTypeTestGen
|
||||
runTest("analysis/analysis-api/testData/components/expressionTypeProvider/declarationReturnType/delegateProperties.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionWithoutParameterList.kt")
|
||||
public void testFunctionWithoutParameterList() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/components/expressionTypeProvider/declarationReturnType/functionWithoutParameterList.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("funtionType.kt")
|
||||
public void testFuntionType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user