forked from Mirror/wren
@ -1,4 +1,5 @@
|
||||
class Foo {
|
||||
construct new() {}
|
||||
static bar { true }
|
||||
static baz { 1 }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user
@ -1,4 +1,5 @@
|
||||
class Foo {
|
||||
construct new() {}
|
||||
static bar { true }
|
||||
static baz { 1 }
|
||||
}
|
||||
|
||||