Add inspections for implicit and explicit 'this' #KT-4580 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class Foo {
|
||||
val f = Foo()
|
||||
val s = ""
|
||||
|
||||
fun test() {
|
||||
<caret>f.s
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user