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 "redundant type cast" #51

Open bioball opened 1 month ago

bioball commented 1 month ago

In the following snippet:

res = new Listing { 1; 2; 3 } as Listing<String>

Produces:

Screenshot 2024-08-07 at 7 42 22 AM