Open jfallows opened 4 years ago
scope outer { struct OuterStruct { } scope inner { union InnerUnion { OuterStruct outerRef; } } }
Today, we must use fully qualified type reference outer::OuterStruct instead for union field types only, other types already supported by #79.
outer::OuterStruct
Today, we must use fully qualified type reference
outer::OuterStruct
instead for union field types only, other types already supported by #79.