deiko-config icon indicating copy to clipboard operation
deiko-config copied to clipboard

Prevent cyclic property declaration

Open YoEight opened this issue 11 years ago • 0 comments

Definition like this should be prohibited

foo = ${bar}

bar = ${foo}

YoEight avatar Aug 14 '13 16:08 YoEight