google / polymorphicDSL

Apache License 2.0
11 stars 7 forks source link

Passing listener of wrong type to @PdslTest results in false positive #45

Open incident-recipient opened 2 years ago

incident-recipient commented 2 years ago

If the wrong type of listener is used it seems that ANTLR's parse tree walker just ignores it by default. We want to throw an exception if one of our users does this.