Reorganize tests.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class Foo {}
|
||||
|
||||
var foo = Foo.new
|
||||
io.write(foo is Foo) // expect: true
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
class Foo {}
|
||||
|
||||
var foo = Foo.new
|
||||
io.write(foo is Foo) // expect: true
|
||||