[LL FIR] add script tests for AbstractNonLocalDeclarationAnchorTest
^KT-60728
This commit is contained in:
committed by
Space Team
parent
60dc0ace47
commit
aa36e2ef5b
+6
-2
@@ -123,8 +123,12 @@ internal fun TestGroupSuite.generateFirLowLevelApiTests() {
|
||||
model("fileBasedDeclarationProvider", pattern = TestGeneratorUtil.KT_OR_KTS)
|
||||
}
|
||||
|
||||
testClass<AbstractFirNonLocalDeclarationAnchorTest> {
|
||||
model("nonLocalDeclarationAnchors")
|
||||
testClass<AbstractSourceNonLocalDeclarationAnchorTest> {
|
||||
model("nonLocalDeclarationAnchors", pattern = TestGeneratorUtil.KT)
|
||||
}
|
||||
|
||||
testClass<AbstractScriptNonLocalDeclarationAnchorTest> {
|
||||
model("nonLocalDeclarationAnchors", pattern = TestGeneratorUtil.KTS)
|
||||
}
|
||||
|
||||
testClass<AbstractSourceClassIdTest> {
|
||||
|
||||
Reference in New Issue
Block a user