Files
wren/test/class/syntax.wren
2013-11-26 22:52:00 -08:00

8 lines
57 B
Plaintext

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