Change MISSING_CONSTRUCTOR_KEYWORD severity to error
And adjust testData
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
package someTest
|
||||
|
||||
public class Some private(val v: String) {
|
||||
public class Some private constructor(val v: String) {
|
||||
companion object {
|
||||
public fun init(v: String): Some {
|
||||
return Some(v)
|
||||
|
||||
Reference in New Issue
Block a user