mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-12 22:58:40 +01:00
Remove some outdated TODOs.
They’re TODONE!
This commit is contained in:
@ -6,6 +6,3 @@ class Foo {
|
||||
var foo = new Foo
|
||||
IO.print(foo is Foo) // expect: true
|
||||
IO.print(foo.toString) // expect: Foo
|
||||
|
||||
// TODO: Get rid of this. If you're defining a class, it's because you have
|
||||
// some state to initialize. if you don't, it shouldn't be a class.
|
||||
|
||||
Reference in New Issue
Block a user