delegate use-site targeted annotations: parser, front-end, codegen with some tests #KT-10502 Fixed

This commit is contained in:
Mikhail Glukhikh
2016-01-14 16:28:29 +03:00
parent 474076a550
commit b78d481bb1
29 changed files with 366 additions and 51 deletions
+1
View File
@@ -8,4 +8,5 @@
// EXIST: { itemText: "setparam:" }
// EXIST: { itemText: "property:" }
// EXIST: { itemText: "receiver:" }
// EXIST: { itemText: "delegate:" }
// NOTHING_ELSE
@@ -11,4 +11,5 @@ class Completion(@get:Ann val p1: String, @<caret>)
/*TODO: in fact is not applicable */
// EXIST: receiver
// EXIST: delegate
// NOTHING_ELSE