HaxeFoundation / intellij-haxe

Haxe plugin for IntelliJ Platform based IDEs (IDEA, Android-Studio)
http://intellij-haxe.org
Apache License 2.0
219 stars 100 forks source link

Error adding static variable as function default parameter value. #513

Open ljuzig opened 7 years ago

ljuzig commented 7 years ago

Error adding static variable as function default parameter value.

EXAMPLE:

class AnimatorFunction
{
    public static inline var LINEAR : Int = 0;
}

screen shot 2016-10-28 at 13 54 11

v.plugin: 0.10.1-RC2 - intellij-haxe-14.1.5.jar - https://github.com/TiVo/intellij-haxe/releases/tag/0.10.1-rc2 IDEA 14.1.7 Ultimate - both MacOS Sierra and Windows 7

EBatTiVo commented 7 years ago

What is the error message when you hover over the marked error?

ljuzig commented 7 years ago
screen shot 2016-10-29 at 11 36 57
EBatTiVo commented 7 years ago

Thanks. Semantic annotation is giving the error.