Introduce Parameter: Forbid inside of annotation entries

#KT-18594 Fixed
This commit is contained in:
Alexey Sedunov
2017-09-28 16:37:45 +03:00
parent e2fd9a71df
commit bf3769f37e
4 changed files with 16 additions and 0 deletions
@@ -0,0 +1,2 @@
annotation class FromCollection1(val value: String)
@FromCollection1(<caret>"a") class CollectionValueUserJ
@@ -0,0 +1 @@
Introduce Parameter is not available inside of annotation entries