3 lines
100 B
Kotlin
Vendored
3 lines
100 B
Kotlin
Vendored
annotation class MyReceiverAnnotation
|
|
|
|
fun @receiver:MyReceiverAnnotation String.foo() = this.length |