Report illegal modifiers and annotations on primary constructor

#KT-7057 Fixed
 #KT-6772 Fixed
This commit is contained in:
Denis Zharkov
2015-03-30 18:34:02 +03:00
parent 717f850470
commit 99f1ab333e
11 changed files with 82 additions and 9 deletions
@@ -0,0 +1,5 @@
// "Remove 'protected' modifier" "true"
class A private <caret>protected () {
}