drafter icon indicating copy to clipboard operation
drafter copied to clipboard

Circular Dependency warning when there should be none.

Open pksunkara opened this issue 8 years ago • 0 comments

# Data Structures

## E (object)
- entities (array[A])

## A (object)
- Include E

Expected

Parse without error or warning.

Actual

Gives circular reference error when parsing.

pksunkara avatar May 05 '16 06:05 pksunkara