Inheritors in smart completion work for the classes in the same file too

This commit is contained in:
Valentin Kipyatkov
2014-11-27 14:15:38 +03:00
parent 4acf668ab8
commit 9af2877f97
11 changed files with 159 additions and 20 deletions
@@ -0,0 +1,11 @@
open class A : T
fun foo(): T {
return <caret>
}
class B : T
// EXIST: A
// EXIST: B
// EXIST: C