Logo
Explore Help
Register Sign In
retoor/wren
Watch 1
Star 0
Fork 0
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
e3e31f3d1961efba893e3e6300344144173c90a2
wren/test/language/class/name_inside_body.wren
T

15 lines
183 B
Plaintext
Raw Normal View History

fix: add list newline handling and resolve multiple test TODOs across compiler and test suite
2013-12-20 20:42:11 +00:00
class Foo {
static sayName {
feat: add overloaded IO.print methods accepting 2-16 arguments and printList_ helper
2014-04-09 14:48:35 +00:00
IO.print(Foo)
fix: add list newline handling and resolve multiple test TODOs across compiler and test suite
2013-12-20 20:42:11 +00:00
}
sayName {
feat: add overloaded IO.print methods accepting 2-16 arguments and printList_ helper
2014-04-09 14:48:35 +00:00
IO.print(Foo)
fix: add list newline handling and resolve multiple test TODOs across compiler and test suite
2013-12-20 20:42:11 +00:00
}
feat: unify block, function, and method body parsing to support single-expression implicit returns
2014-04-03 14:48:19 +00:00
static toString { "Foo!" }
fix: add list newline handling and resolve multiple test TODOs across compiler and test suite
2013-12-20 20:42:11 +00:00
}
Foo.sayName // expect: Foo!
(new Foo).sayName // expect: Foo!
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.27.2 Page: 53ms Template: 5ms
Dark
English
English
Licenses API