Test for Complete class names in expression position (KT-2821, KT-3779)
#KT-2821 Fixed #KT-3779 Fixed
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
class Foo {
|
||||
fun add(a: Any) {}
|
||||
}
|
||||
|
||||
|
||||
fun test() {
|
||||
val foo = Foo()
|
||||
foo.add(AL<caret>)
|
||||
}
|
||||
|
||||
/* For KT-3779, KT-2821 */
|
||||
|
||||
// INVOCATION_COUNT: 2
|
||||
// EXIST: ArrayList
|
||||
Reference in New Issue
Block a user