[AA] more tests on receiver annotations
^KT-54311 ^KT-54385 ^KT-54417
This commit is contained in:
committed by
Space Team
parent
b8a64d20ac
commit
ba7d340090
+6
@@ -226,6 +226,12 @@ public class Fe10IdeNormalAnalysisSourceModuleSymbolByPsiTestGenerated extends A
|
||||
runTest("analysis/analysis-api/testData/symbols/symbolByPsi/propertyWithAnnotations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("receiverAnnotation.kt")
|
||||
public void testReceiverAnnotation() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/symbols/symbolByPsi/receiverAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("topLevelFunctions.kt")
|
||||
public void testTopLevelFunctions() throws Exception {
|
||||
|
||||
+12
@@ -64,6 +64,12 @@ public class Fe10IdeNormalAnalysisSourceModuleSymbolByReferenceTestGenerated ext
|
||||
runTest("analysis/analysis-api/testData/symbols/symbolByReference/explicitLambdaParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionReceiverParameter.kt")
|
||||
public void testFunctionReceiverParameter() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/symbols/symbolByReference/functionReceiverParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericFromFunctionInLocalClass.kt")
|
||||
public void testGenericFromFunctionInLocalClass() throws Exception {
|
||||
@@ -82,6 +88,12 @@ public class Fe10IdeNormalAnalysisSourceModuleSymbolByReferenceTestGenerated ext
|
||||
runTest("analysis/analysis-api/testData/symbols/symbolByReference/implicitLambdaParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyReceiverParameter.kt")
|
||||
public void testPropertyReceiverParameter() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/symbols/symbolByReference/propertyReceiverParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("samConstructor.kt")
|
||||
public void testSamConstructor() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user