Skip to content

Commit

Permalink
Fix dart-lang#38 @lasse Nielsen
Browse files Browse the repository at this point in the history
  • Loading branch information
srburton committed Jan 25, 2023
1 parent b33edce commit dfee22d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/analyzer_cli/test/data/sky_engine/lib/core.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ abstract class String implements Comparable<String> {
}

class bool extends Object {
external static bool parse(String source,
{bool caseSensitive});
static bool parse(String source, {bool caseSensitive = false}) => false;
}

abstract class num implements Comparable<num> {
Expand Down

0 comments on commit dfee22d

Please sign in to comment.