-
Notifications
You must be signed in to change notification settings - Fork 82
Cleanup record types display #2070
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This looks like only test files are included right now. From the description it sounds like there should be some implementation. Is that expected? |
Implementation is included as well (see |
@@ -64,7 +64,17 @@ class TestInspector { | |||
|
|||
expect(result, isA<Instance>()); | |||
final instance = result as Instance; | |||
expect(instance.kind, instanceKind); | |||
|
|||
// TODO(annagrin): we sometimes get mismatching reference |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Open a bug with details to track?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pending @nshahan's review!
Handle
RecordType
instances:InstanceKind.kRecordType
.Closes: #2065