bb808b5620
Moved tests for completion and their test data into module idea-completion
6 lines
89 B
Kotlin
6 lines
89 B
Kotlin
val String.foo: Int
|
|
get() = this@<caret>.length()
|
|
|
|
// EXIST: "this@foo"
|
|
// NUMBER: 1
|