KT-7901 Auto import is not suggested
KT-7229 Completion for extension functions with complex capture #KT-7901 Fixed #KT-7229 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
interface D<T>
|
||||
|
||||
fun <T1, T2 : D<T1>> T2.ext() {}
|
||||
|
||||
class C : D<String> {
|
||||
fun foo() {
|
||||
this.<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: ext
|
||||
Reference in New Issue
Block a user