More override control.
Renderers in errors. Constructor parameters are not properties unless otherwise specified
This commit is contained in:
@@ -33,7 +33,7 @@ class Foo() : <error>WithPC0</error>, <error>this</error>() {
|
||||
|
||||
}
|
||||
|
||||
class WithCPI_Dup(<error>x</error> : Int) {
|
||||
class WithCPI_Dup(x : Int) {
|
||||
var <error>x</error> : Int
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user