FIR IDE: implement super qualifier completion

This commit is contained in:
Ilya Kirillov
2021-05-19 16:05:47 +02:00
committed by TeamCityServer
parent 7d351ca6b1
commit 0a6243fc67
39 changed files with 639 additions and 27 deletions
@@ -1,3 +1,4 @@
// FIR_COMPARISON
open class Base
open class A : Base
@@ -1,3 +1,4 @@
// FIR_COMPARISON
open class A
interface I
@@ -1,3 +1,4 @@
// FIR_COMPARISON
open class AA
interface AI