No members&extensions after non-qualified "::" because it will be soon unsupported by the compiler
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class C {
|
||||
val prop: Int = 0
|
||||
val prop: Int = 0
|
||||
|
||||
class C {
|
||||
fun foo() {
|
||||
val v = ::<caret>
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
class C {
|
||||
val prop: Int = 0
|
||||
val prop: Int = 0
|
||||
|
||||
class C {
|
||||
fun foo() {
|
||||
val v = ::prop<caret>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user