Mostly change TODOs to FIXMEs and annotate them
But, one change in io to implement a TODO suggestion (using a const u8)
This commit is contained in:
parent
b0d4f09201
commit
50d2e7e07e
6 changed files with 23 additions and 19 deletions
|
@ -2139,7 +2139,7 @@ class parser {
|
|||
Is it strange for the parser to check this?
|
||||
*/
|
||||
none {
|
||||
self.fatal("class with no ctor");
|
||||
self.fatal("class with no constructor");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue