Files
wren/test/class/syntax.wren
T

8 lines
57 B
Plaintext
Raw Normal View History

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