5 lines
74 B
Kotlin
Vendored
5 lines
74 B
Kotlin
Vendored
// "Remove redundant receiver parameter" "true"
|
|
fun <caret>Any.foo() {
|
|
|
|
}
|