9 lines
107 B
Kotlin
Vendored
9 lines
107 B
Kotlin
Vendored
class `this` {
|
|
fun String.foo(){
|
|
val foo: `this` = <caret>
|
|
}
|
|
}
|
|
|
|
// ELEMENT: "this@`this`"
|
|
|