Smart completion: this expressions added
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Foo{
|
||||
fun String.foo(){
|
||||
fun Foo.bar(){
|
||||
val s: String = <caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: { lookupString:"this@foo", typeText:"jet.String" }
|
||||
Reference in New Issue
Block a user