forked from Mirror/wren
5 lines
148 B
Plaintext
5 lines
148 B
Plaintext
// With no attributes defined, no ClassAttributes should be allocated
|
|
|
|
class Without {}
|
|
System.print(Without.attributes == null) // expect: true
|