Support callable references in "explicit this" inspection
So #KT-21510 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
fun s() = ""
|
||||
|
||||
fun test() {
|
||||
<caret>this::s
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user