blob: ac847f12c80f1972af6952dd7ea03be1988b55b2 [file] [log] [blame]
// $CWD/testdata/partial
{
def: 1
sum: 1 | 2
A = a
b: {
idx: A[str]
a: {
b: 4
}
str: string
}
a: {
b: 3
c: 4
}
c: {
idx: 3
a: {
b: 4
}
str: "b"
}
}