FIR IDE: fix finding fir in container which have conflicting duplicate by name

This commit is contained in:
Ilya Kirillov
2021-01-06 18:20:15 +01:00
parent 601d5cbff8
commit c97c4fa99c
4 changed files with 9 additions and 2 deletions
@@ -1,3 +1,5 @@
// FIR_COMPARISON
class A {
fun f() : A
}