FIR IDE: fix constructor symbol building for type alias constructors
This commit is contained in:
@@ -1022,6 +1022,11 @@ fun main(args: Array<String>) {
|
||||
model("symbolsByFqName", extension = "txt")
|
||||
}
|
||||
|
||||
|
||||
testClass<AbstractSymbolByReferenceTest> {
|
||||
model("symbolByReference")
|
||||
}
|
||||
|
||||
testClass<AbstractMemberScopeByFqNameTest> {
|
||||
model("memberScopeByFqName", extension = "txt")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user