Dear list,

For today's bonus-bug;

This is simply a syntax error;

class foo;

This on the other hand crashes outright;

Class foo;

This on the other hand gets picked up by the parser as there is no type "Bar" defined;

Bar foo;

Kinda trivial but still a crash.

Kas.