Files
wren/test/class_syntax.wren
2013-11-07 17:07:32 -08:00

8 lines
57 B
Plaintext

// Empty body.
class A {}
// Newline body.
class B {
}