PSI Unifier: Fix matching of this-expressions
#KT-8293 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// DISABLE-ERRORS
|
||||
fun (String.() -> String).foo(x : String) {
|
||||
x.<selection>this</selection>()
|
||||
x.this()
|
||||
x.this(1)
|
||||
x.this@foo()
|
||||
x.this@foo(2)
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
this
|
||||
|
||||
this
|
||||
|
||||
this
|
||||
|
||||
this@foo
|
||||
|
||||
this@foo
|
||||
Reference in New Issue
Block a user