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