| Index: tests/language/src/BlackListedTest.dart
|
| ===================================================================
|
| --- tests/language/src/BlackListedTest.dart (revision 576)
|
| +++ tests/language/src/BlackListedTest.dart (working copy)
|
| @@ -26,5 +26,9 @@
|
| class MyString implements String {} /// 09: compile-time error
|
| interface MyStringInterface extends String {} /// 10: compile-time error
|
|
|
| +// Function.
|
| +class MyFunction implements Function {} /// 11: compile-time error
|
| +interface MyFunctionInterface extends Function {} /// 12: compile-time error
|
| +
|
| main() {
|
| }
|
|
|