KT-6891 Type argument of generic type before dot is not resolved
KT-7373 Type parameter names are not suggested KT-6838 Class declared in same file is not suggested in completion #KT-6891 Fixed #KT-7373 Fixed #KT-6838 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class C {
|
||||
val prop: List<F<caret>>
|
||||
}
|
||||
|
||||
class Foo
|
||||
|
||||
// EXIST: Foo
|
||||
@@ -0,0 +1,5 @@
|
||||
class C<TParam> {
|
||||
val v: List<T<caret>
|
||||
}
|
||||
|
||||
// EXIST: TParam
|
||||
Reference in New Issue
Block a user