Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30434
b: refs/heads/master
c: bbf2eef
h: refs/heads/master
v: v3
  • Loading branch information
mhausner committed Mar 26, 2015
1 parent e7f4948 commit da6bb18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
@@ -1,2 +1,2 @@
---
refs/heads/master: 14ddfb7aac9d8e75c96d2395404a5937b22a149f
refs/heads/master: bbf2eef54b435d3850ce97c3bb162de322221922
6 changes: 2 additions & 4 deletions trunk/tests/language/regress_22936_test.dart
Expand Up @@ -15,12 +15,10 @@ foo() {

main() {
final x = null;
bool assignmentFailed = false;
try {
x = foo();
x = /// 01: static type warning
foo();
} on NoSuchMethodError {
assignmentFailed = true;
}
Expect.isTrue(fooCalled);
Expect.isTrue(assignmentFailed);
}

0 comments on commit da6bb18

Please sign in to comment.