| Index: tests/language/src/FBoundedQuantificationTest.dart
|
| diff --git a/tests/language/src/FBoundedQuantificationTest.dart b/tests/language/src/FBoundedQuantificationTest.dart
|
| index b60d022982538f4a6c3651027b8f03750355b0c8..01e9b5f93a62b726c9b7a8afb5958332c602209d 100644
|
| --- a/tests/language/src/FBoundedQuantificationTest.dart
|
| +++ b/tests/language/src/FBoundedQuantificationTest.dart
|
| @@ -12,5 +12,5 @@ class SubBar extends Bar {}
|
|
|
| main() {
|
| FBound<Bar> fb = new FBound<Bar>();
|
| - FBound<SubBar> fsb = new FBound<SubBar>(); /// 01: static type error
|
| + FBound<SubBar> fsb = new FBound<SubBar>(); /// 01: static type warning
|
| }
|
|
|