apple / pkl-intellij

JetBrains editor plugins providing Pkl language support
https://pkl-lang.org/intellij/current/index.html
Apache License 2.0
49 stars 10 forks source link

Incorrect "Amends expression must be parenthesized" in an amends chain #56

Open bioball opened 1 month ago

bioball commented 1 month ago

The following snippet:

foo = new Listing {} {
  "bar"
}

Produces:

Screenshot 2024-08-13 at 7 57 44 AM

Chained amends don't need parentheses on the parent, so this error is incorrect.