This commit is contained in:
Bob Nystrom
2013-12-20 07:05:31 -08:00
parent 61e745d548
commit e83d0bb360
11 changed files with 199 additions and 82 deletions
+7
View File
@@ -0,0 +1,7 @@
class Foo {
static bar = value {
io.write(value)
}
}
Foo.bar = "value" // expect: value