FIR IDE: add member type-alias test for FileStructureTest
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
|||||||
|
class A {/* NonReanalyzableDeclarationStructureElement */
|
||||||
|
typealias X = Int/* NonReanalyzableDeclarationStructureElement */
|
||||||
|
}
|
||||||
+5
@@ -74,6 +74,11 @@ public class FirContextCollectionTestGenerated extends AbstractFirContextCollect
|
|||||||
runTest("idea/idea-frontend-fir/idea-fir-low-level-api/testdata/fileStructure/localProperty.kt");
|
runTest("idea/idea-frontend-fir/idea-fir-low-level-api/testdata/fileStructure/localProperty.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("memberTypeAlias.kt")
|
||||||
|
public void testMemberTypeAlias() throws Exception {
|
||||||
|
runTest("idea/idea-frontend-fir/idea-fir-low-level-api/testdata/fileStructure/memberTypeAlias.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("nestedClasses.kt")
|
@TestMetadata("nestedClasses.kt")
|
||||||
public void testNestedClasses() throws Exception {
|
public void testNestedClasses() throws Exception {
|
||||||
runTest("idea/idea-frontend-fir/idea-fir-low-level-api/testdata/fileStructure/nestedClasses.kt");
|
runTest("idea/idea-frontend-fir/idea-fir-low-level-api/testdata/fileStructure/nestedClasses.kt");
|
||||||
|
|||||||
+5
@@ -74,6 +74,11 @@ public class FileStructureTestGenerated extends AbstractFileStructureTest {
|
|||||||
runTest("idea/idea-frontend-fir/idea-fir-low-level-api/testdata/fileStructure/localProperty.kt");
|
runTest("idea/idea-frontend-fir/idea-fir-low-level-api/testdata/fileStructure/localProperty.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("memberTypeAlias.kt")
|
||||||
|
public void testMemberTypeAlias() throws Exception {
|
||||||
|
runTest("idea/idea-frontend-fir/idea-fir-low-level-api/testdata/fileStructure/memberTypeAlias.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("nestedClasses.kt")
|
@TestMetadata("nestedClasses.kt")
|
||||||
public void testNestedClasses() throws Exception {
|
public void testNestedClasses() throws Exception {
|
||||||
runTest("idea/idea-frontend-fir/idea-fir-low-level-api/testdata/fileStructure/nestedClasses.kt");
|
runTest("idea/idea-frontend-fir/idea-fir-low-level-api/testdata/fileStructure/nestedClasses.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user