Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Fix uses_dynamic_as_bottom error #63

Merged
merged 2 commits into from
Jan 11, 2018

Conversation

srawlins
Copy link
Contributor

No description provided.

@@ -209,7 +209,7 @@ abstract class _MemoryFileSystemEntity implements FileSystemEntity {
/// [_defaultCheckType] is used to perform this validation.
FileSystemEntity _renameSync(
String newPath, {
_RenameOverwriteValidator<dynamic> validateOverwriteExistingEntity,
_RenameOverwriteValidator<_DirectoryNode> validateOverwriteExistingEntity,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should just be _Node

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Copy link
Contributor

@tvolkert tvolkert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tvolkert tvolkert merged commit 99baf36 into dart-archive:master Jan 11, 2018
srawlins added a commit to srawlins/file.dart that referenced this pull request Jan 11, 2018
* master:
  Fix uses_dynamic_as_bottom error (dart-archive#63)
  Only pass boolean values to assert (dart-archive#64)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants