Skip to content

Commit

Permalink
add an error
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Mar 18, 2024
1 parent d8c049c commit 20d9c13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions working/macros/example/lib/auto_dispose.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// There is no public API exposed yet, the in-progress API lives here.
import 'package:_fe_analyzer_shared/src/macros/api.dart';

int x = 'error!';

// Interface for disposable things.
abstract class Disposable {
void dispose();
Expand Down

0 comments on commit 20d9c13

Please sign in to comment.