Skip to content

Commit 3ef565c

Browse files
committed
modify: dart playground to exclude void
1 parent 9db8e4a commit 3ef565c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/playground/dart.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
void foo() {
1+
foo() {
22
if (true) {}
33
}

0 commit comments

Comments
 (0)