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

False positive type mismatch error when amending Listing/Mapping #58

Open bioball opened 4 weeks ago

bioball commented 4 weeks ago

In this snippet:

listing1: Listing<String> = new { "hello" }
listing2 = (listing1) { true }

Produces:

Screenshot 2024-08-15 at 6 52 49 PM

The language does not enforce that amending members of listing1 must be a string.