FIR UAST: introduce types tests

This commit is contained in:
Jinseong Jeon
2021-05-24 11:24:50 -07:00
committed by Ilya Kirillov
parent 6afb68cec0
commit 1025851edd
147 changed files with 4721 additions and 0 deletions
@@ -1669,6 +1669,10 @@ fun main(args: Array<String>) {
testClass<AbstractFirLegacyUastIdentifiersTest> {
model("")
}
testClass<AbstractFirLegacyUastTypesTest> {
model("")
}
}
testGroup("plugins/uast-kotlin-fir/tests", "plugins/uast-kotlin-fir/testData") {
@@ -1685,6 +1689,10 @@ fun main(args: Array<String>) {
testClass<AbstractFE1LegacyUastIdentifiersTest> {
model("")
}
testClass<AbstractFE1LegacyUastTypesTest> {
model("")
}
}
testGroup("idea/performanceTests/test", "idea/testData") {