Skip to content

Implicit creation not blocked #248

@HolQue

Description

@HolQue

In this case:

"keyA" : "keyA",
"keyB" : "keyB",
"keyC" : "keyC",
${dictParam.${keyA}.${keyB}.${keyC}} : 1

the implicit creation of dictParam is blocked (like expected).

But the same in standard notation:

"keyA" : "keyA",
"keyB" : "keyB",
"keyC" : "keyC",
${dictParam}['keyA']['keyB']['keyC'] : 1

is not blocked. Why not?

Both should be blocked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions