Remove code that is causing a couple of hints

Change-Id: Ie0f575da1d5b5638f8ea55bf8f423c8f2cba85e8
Reviewed-on: https://dart-review.googlesource.com/60281
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Brian Wilkerson 2018-06-14 16:43:29 +00:00 committed by commit-bot@chromium.org
parent d99aeb3e13
commit bd956620fe

View file

@ -4860,7 +4860,7 @@ import 'b.dart';
@B.named8()
main() {}
''');
final aSource = addNamedSource("/a.dart", r'''
addNamedSource("/a.dart", r'''
class Unbounded<T> {
const Unbounded();
const Unbounded.named();
@ -4870,7 +4870,7 @@ class Bounded<T extends String> {
const Bounded.named();
}
''');
final bSource = addNamedSource("/b.dart", r'''
addNamedSource("/b.dart", r'''
import 'a.dart';
import 'a.dart' as p;