mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #1397 from jason-simmons/editable_text_unused_import_sky
Fix a couple of analyzer warnings
This commit is contained in:
commit
8aedb0157b
@ -3,7 +3,6 @@
|
||||
// found in the LICENSE file.
|
||||
|
||||
import 'dart:async';
|
||||
import 'dart:sky' as sky;
|
||||
|
||||
import 'package:mojo_services/keyboard/keyboard.mojom.dart';
|
||||
import 'package:sky/painting.dart';
|
||||
|
||||
@ -16,7 +16,7 @@ void main() {
|
||||
parent.appendChild(null);
|
||||
}, throws);
|
||||
expect(() {
|
||||
parent.appendChild({"tagName": "div"});
|
||||
Function.apply(parent.appendChild, [{"tagName": "div"}]);
|
||||
}, throws);
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user