Report illegal modifiers and annotations on primary constructor
#KT-7057 Fixed #KT-6772 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Remove 'protected' modifier" "true"
|
||||
|
||||
class A private <caret>protected () {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user