Change FIR analysis API resolution for super type calls.

The IDE expects the super type calls to resolve to the constructor
invoked and not the class. The frontend itself resolves to the
class, so an extra layer is needed to adjust that to the constructor.
This commit is contained in:
Mads Ager
2022-01-14 13:25:15 +01:00
committed by Ilya Kirillov
parent 95698b0138
commit d13e117a58
8 changed files with 93 additions and 7 deletions
@@ -1,2 +1,2 @@
Resolved to:
0: (in ROOT) open class Test
0: (in Test) constructor()