Files
kotlin-fork/plugins/uast-kotlin/testData/ReceiverFun.render.txt
T
2018-01-12 13:54:38 +03:00

7 lines
228 B
Plaintext
Vendored

public final class ReceiverFunKt {
public static final fun foo(@MyReceiverAnnotation @org.jetbrains.annotations.NotNull $receiver: java.lang.String) : int = this.length
}
public abstract annotation MyReceiverAnnotation {
}