Open
Description
Repro:
class A {}
a: A
// result: a {}
local aLocal: A
// error: Missing property value.
I would expect aLocal
to be initialized to the default value of A
here instead.
This error is thrown during parsing, so it's not even necessary to have aLocal
in the evaluation path to trigger it.
Also pkl-intellij does not register this as an error, only pkl eval
.
Metadata
Metadata
Assignees
Labels
No labels