-
-
Notifications
You must be signed in to change notification settings - Fork 154
Closed
Description
I was typing an example for another issue and I got this.
The issue: it doesn't tell where the semicolon is expected. In this case it's after the word "red".
type Edge {
Start
Between
End
}
component Main {
fun render : Html {
<div>
<p>"Hello Wold!"</p>
<p>"Hello Wold!"</p>
<p>"Hello Wold!"</p>
</div>
}
style test(edge : Edge) {
case edge {
Start =>
color: red
}
}
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working