Explicit this inspection: fix false negative with local variable
#KT-30136 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
eb469b924f
commit
0ec18b4a33
@@ -0,0 +1,9 @@
|
||||
class Foo {
|
||||
fun foo() {
|
||||
fun a() {
|
||||
}
|
||||
<caret>this.a
|
||||
}
|
||||
|
||||
val a = 1
|
||||
}
|
||||
Reference in New Issue
Block a user