KT-4000 Class name completion is not available inside call expressions
#KT-4000 Fixed
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
class Test {
|
||||
fun foo(a: Collection<String>) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
val t = Test()
|
||||
t.foo(Array<caret>)
|
||||
}
|
||||
|
||||
// EXIST: ArrayList
|
||||
// INVOCATION_COUNT: 2
|
||||
Reference in New Issue
Block a user