7 lines
108 B
Kotlin
Vendored
7 lines
108 B
Kotlin
Vendored
annotation class Anno
|
|
|
|
<expr>@receiver:Anno</expr>
|
|
fun String.foo() {
|
|
return "$this (${this.length})"
|
|
}
|