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
@@ -6,4 +6,4 @@ class A {
}
}
class C [platformStatic] () // TODO KT-7057
class C <!PLATFORM_STATIC_ILLEGAL_USAGE!>[platformStatic] ()<!>