Support "::foo" as a short-hand for "this::foo"
#KT-15667 Fixed
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
// "Add type to left-hand side" "true"
|
||||
package foo.bar
|
||||
|
||||
class A {
|
||||
fun foo() {}
|
||||
|
||||
fun bar() = ::fo<caret>o
|
||||
}
|
||||
-8
@@ -1,8 +0,0 @@
|
||||
// "Add type to left-hand side" "true"
|
||||
package foo.bar
|
||||
|
||||
class A {
|
||||
fun foo() {}
|
||||
|
||||
fun bar() = A::foo
|
||||
}
|
||||
Reference in New Issue
Block a user