Completion of object's in type position - they can be used there
This commit is contained in:
+1
-2
@@ -4,5 +4,4 @@ fun test() {
|
||||
val a : Named<caret>
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 2
|
||||
// ABSENT: NamedObject
|
||||
// EXIST: NamedObject
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package ppp
|
||||
|
||||
object SomeObject
|
||||
@@ -0,0 +1,4 @@
|
||||
fun foo(): S<caret>
|
||||
|
||||
// INVOCATION_COUNT: 2
|
||||
// EXIST: SomeObject
|
||||
Reference in New Issue
Block a user