jetbrains-plugin-sample icon indicating copy to clipboard operation
jetbrains-plugin-sample copied to clipboard

Missed issues in editor

Open jbonch opened this issue 6 years ago • 1 comments

A little bit strange, but the IDEA editor doesn't show any errors for the following code:

var b //must have assignment
func fun(){
    return //must return something
}

I have checked the same example in ANTLRv4 plugin and it shows 2 errors.

jbonch avatar May 17 '19 17:05 jbonch

It looks like it is related with https://github.com/antlr/antlr4-intellij-adaptor/issues/2. So probably it can be closed.

jbonch avatar May 22 '19 15:05 jbonch