Uast: handling @receiver annotations

This commit is contained in:
Nicolay Mitropolsky
2017-12-13 17:50:07 +03:00
committed by Nikolay Krasko
parent f91f42c253
commit f8601479de
7 changed files with 64 additions and 1 deletions
+6
View File
@@ -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 {
}