Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvdkaaden committed Mar 6, 2024
1 parent 7bb6ff4 commit af8a7ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions floor_generator/test/fakes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,6 @@ class FakeClassElement implements ClassElement {
// TODO: implement augmented
AugmentedClassElement get augmented => throw UnimplementedError();

// TODO: implement enclosingElement3
CompilationUnitElement get enclosingElement3 => throw UnimplementedError();

@override
// TODO: implement hasMustBeOverridden
bool get hasMustBeOverridden => throw UnimplementedError();
Expand Down

0 comments on commit af8a7ed

Please sign in to comment.