rubberduck-vba / RubberduckWeb

Project Website for the Rubberduck VBA Editor Add-In
19 stars 12 forks source link

RD Web Inspector fails to Parse 'Implements IClass' #47

Closed AlexC84 closed 6 years ago

AlexC84 commented 7 years ago

If I inspect the following single line of code using the RD web inspector: Implements IClass

I get the following error returned:

Rubberduck failed to parse your code. Please check the input and try again.

If I comment out the Implements statement: 'Implements IClass

then the code is successfully parsed and warns me about a missing 'Option Explicit' as expected

retailcoder commented 6 years ago

Updated the website with a 2.2 (pre-release) build - could not get the inspection settings loaded... update site no longer features online inspector. Closing this issue for now.