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.