Files
sdk/pkg/dev_compiler/lib
Nicholas Shahan ce15d1f7c3 [ddc] Avoid crashing on record types in canary mode
Add a simple (but incorrect) implementation that avoids crashing
the compiler when encountering a `RecordType` in canary mode.

This is a temporary workaround to unblock landing changes that
add the use of record types to the SDK.

Fixes: https://github.com/dart-lang/sdk/issues/51904
Change-Id: Ibaa88f06bf42e7be3a1853be3fb43c55c6fe8e66
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/292203
Reviewed-by: Mayank Patke <fishythefish@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
2023-03-31 16:13:28 +00:00
..