AA: add tests about platform types

...as declaration return type or expression type
This commit is contained in:
Jinseong Jeon
2022-09-06 23:03:50 -07:00
committed by Ilya Kirillov
parent c8864369fd
commit 68519af97a
13 changed files with 61 additions and 8 deletions
@@ -76,6 +76,12 @@ public class Fe10IdeNormalAnalysisSourceModuleDeclarationReturnTypeTestGenerated
runTest("analysis/analysis-api/testData/components/expressionTypeProvider/declarationReturnType/overriddenMember.kt");
}
@Test
@TestMetadata("platformType.kt")
public void testPlatformType() throws Exception {
runTest("analysis/analysis-api/testData/components/expressionTypeProvider/declarationReturnType/platformType.kt");
}
@Test
@TestMetadata("propertyAccessor.kt")
public void testPropertyAccessor() throws Exception {
@@ -142,6 +142,12 @@ public class Fe10IdeNormalAnalysisSourceModuleHLExpressionTypeTestGenerated exte
runTest("analysis/analysis-api/testData/components/expressionTypeProvider/expressionType/nonExpression.kt");
}
@Test
@TestMetadata("platformType.kt")
public void testPlatformType() throws Exception {
runTest("analysis/analysis-api/testData/components/expressionTypeProvider/expressionType/platformType.kt");
}
@Test
@TestMetadata("plusAssign.kt")
public void testPlusAssign() throws Exception {