FIR IDE: fix constructor symbol building for type alias constructors

This commit is contained in:
Ilya Kirillov
2021-03-11 18:45:45 +01:00
parent 4d5da26696
commit 08433b9ac9
9 changed files with 128 additions and 8 deletions
@@ -1022,6 +1022,11 @@ fun main(args: Array<String>) {
model("symbolsByFqName", extension = "txt")
}
testClass<AbstractSymbolByReferenceTest> {
model("symbolByReference")
}
testClass<AbstractMemberScopeByFqNameTest> {
model("memberScopeByFqName", extension = "txt")
}