Uast: handling @receiver annotations
This commit is contained in:
committed by
Nikolay Krasko
parent
f91f42c253
commit
f8601479de
@@ -0,0 +1,6 @@
|
||||
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 {
|
||||
}
|
||||
Reference in New Issue
Block a user