You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here person.name is a String, but last #case (which i sequals to 123) is a number, we should higlight 123 as an error to say that it is an unexpeced type.
We should support too enum like
{#when machine.status}
{#is ON}
It's running.
{#is in OFF BROKEN}
It's broken or OFF.
{#is in BAD_ENUM_VAUE}
{/when}
BAD_ENUM_VAUE must be higlighted as en error. Please note that #is can have several values (OFF BROKEN)
The text was updated successfully, but these errors were encountered:
See https://quarkus.io/guides/qute-reference#when_section
Given:
Here person.name is a String, but last #case (which i sequals to 123) is a number, we should higlight 123 as an error to say that it is an unexpeced type.
We should support too enum like
BAD_ENUM_VAUE must be higlighted as en error. Please note that #is can have several values (OFF BROKEN)
The text was updated successfully, but these errors were encountered: