FIR IDE/UAST: get PsiType from KtTypeReference
This commit is contained in:
committed by
teamcityserver
parent
a3710bed6a
commit
47ede5bdc8
+8
@@ -1660,6 +1660,10 @@ fun main(args: Array<String>) {
|
||||
testClass<AbstractFirUastDeclarationTest> {
|
||||
model("declaration")
|
||||
}
|
||||
|
||||
testClass<AbstractFirUastTypesTest> {
|
||||
model("type")
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("plugins/uast-kotlin-fir/tests", "plugins/uast-kotlin/testData") {
|
||||
@@ -1684,6 +1688,10 @@ fun main(args: Array<String>) {
|
||||
testClass<AbstractFE1UastDeclarationTest> {
|
||||
model("declaration")
|
||||
}
|
||||
|
||||
testClass<AbstractFE1UastTypesTest> {
|
||||
model("type")
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("plugins/uast-kotlin-fir/tests", "plugins/uast-kotlin/testData") {
|
||||
|
||||
Reference in New Issue
Block a user