Allow "Add val/var to primary constructor parameter" for inline & annotation classes

Relates to #KT-29731
This commit is contained in:
Dmitry Gridin
2019-05-21 18:11:08 +07:00
parent f2bd58c030
commit 76c2c2a5e9
8 changed files with 33 additions and 15 deletions
@@ -0,0 +1,2 @@
// DISABLE-ERRORS
expect annotation class A(<caret>a: Int)