AA: add tests about wildcard suppress
^KT-61734
This commit is contained in:
+12
@@ -128,4 +128,16 @@ public class FirStandaloneNormalAnalysisSourceModuleAnalysisApiPsiTypeProviderTe
|
||||
public void testSuspendFunctionValueParameterWithStdlib() {
|
||||
runTest("analysis/analysis-api/testData/components/psiTypeProvider/psiType/forDeclaration/suspendFunctionValueParameterWithStdlib.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("wildcardSuppression_false.kt")
|
||||
public void testWildcardSuppression_false() {
|
||||
runTest("analysis/analysis-api/testData/components/psiTypeProvider/psiType/forDeclaration/wildcardSuppression_false.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("wildcardSuppression_true.kt")
|
||||
public void testWildcardSuppression_true() {
|
||||
runTest("analysis/analysis-api/testData/components/psiTypeProvider/psiType/forDeclaration/wildcardSuppression_true.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user