casid / jte-intellij

IntelliJ plugin for jte template files.
https://github.com/casid/jte
Apache License 2.0
21 stars 4 forks source link

Wrong error message, cannot cast String to boolean #32

Closed casid closed 2 weeks ago

casid commented 1 year ago
@template.foo(
  name = "name",
  label = localize("name.label"),
  readonly = action.getName() != null
)

action.getName() ! is highlighted as error.