Inheritors in smart completion work for the classes in the same file too
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
open class A : T
|
||||
|
||||
fun foo(): T {
|
||||
return <caret>
|
||||
}
|
||||
|
||||
class B : T
|
||||
|
||||
// EXIST: A
|
||||
// EXIST: B
|
||||
// EXIST: C
|
||||
Reference in New Issue
Block a user