Change MISSING_CONSTRUCTOR_KEYWORD severity to error
And adjust testData
This commit is contained in:
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
package test
|
||||
|
||||
class TestConstructor private(p: Int = 1)
|
||||
class TestConstructor private constructor(p: Int = 1)
|
||||
|
||||
Reference in New Issue
Block a user