mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
9 lines
249 B
Plaintext
Vendored
9 lines
249 B
Plaintext
Vendored
public final class ReceiverFunKt {
|
|
public static final fun foo(@MyReceiverAnnotation @org.jetbrains.annotations.NotNull $this$foo: java.lang.String) : int {
|
|
return this.length
|
|
}
|
|
}
|
|
|
|
public abstract annotation MyReceiverAnnotation {
|
|
}
|