You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like transitive type check failed to check against source type
@example(#{
field: "foo",
})
model X {
field: string;
}
@example(#{
ref: "foo", <-- Failed to recognize X.field is of type string.
})
model Y {
ref: X.field;
}
Describe the bug
#5835
Looks like transitive type check failed to check against source type
Reproduction
https://typespec.io/playground/?c=QGV4YW1wbGUoI3sKICBmaWVsZDogImZvbyIsCn0pCm1vZGVsIFggyx1zdHJpbmc7Cn0KCs49cmVm0jtZxTvFG1guxULEOg%3D%3D&e=%40typespec%2Fopenapi3&options=%7B%7D
Checklist
The text was updated successfully, but these errors were encountered: