Change MISSING_CONSTRUCTOR_KEYWORD severity to error

And adjust testData
This commit is contained in:
Denis Zharkov
2015-06-10 12:46:14 +03:00
parent eb7114bd53
commit e3c3af6aab
22 changed files with 26 additions and 20 deletions
@@ -1,4 +1,7 @@
// "Add missing 'constructor' keyword in whole project" "true"
// ERROR: Use 'constructor' keyword after modifiers of primary constructor
// ERROR: Use 'constructor' keyword after modifiers of primary constructor
// ERROR: Use 'constructor' keyword after modifiers of primary constructor
annotation class Ann(val x: Int = 1)
@@ -1,4 +1,7 @@
// "Add missing 'constructor' keyword in whole project" "true"
// ERROR: Use 'constructor' keyword after modifiers of primary constructor
// ERROR: Use 'constructor' keyword after modifiers of primary constructor
// ERROR: Use 'constructor' keyword after modifiers of primary constructor
annotation class Ann(val x: Int = 1)