Removed debug panic
parent
c53397fa0d
commit
165d08f411
|
@ -723,7 +723,6 @@ public final class Parser
|
||||||
|
|
||||||
/* Get the class's name (CAN NOT be dotted) */
|
/* Get the class's name (CAN NOT be dotted) */
|
||||||
expect(SymbolType.IDENT_TYPE, getCurrentToken());
|
expect(SymbolType.IDENT_TYPE, getCurrentToken());
|
||||||
expect(to!(string)(isIdentifier_Dot(getCurrentToken())));
|
|
||||||
if(!isIdentifier_NoDot(getCurrentToken()))
|
if(!isIdentifier_NoDot(getCurrentToken()))
|
||||||
{
|
{
|
||||||
expect("Class name in declaration cannot be path");
|
expect("Class name in declaration cannot be path");
|
||||||
|
|
Loading…
Reference in New Issue