Skip to content

Commit 5915e5f

Browse files
committed
oops forgot to include the updated test fixture
1 parent e008fff commit 5915e5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fixtures/_webdevSoundSmoke/web/main.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ void main() {
2323
print('Counter is: ${++count}'); // Breakpoint: printCounter
2424
});
2525
}
26+
27+
String topLevelMethod() => 'verify this!';

0 commit comments

Comments
 (0)