提交 c51b3ca8 编写于 作者: V Vyacheslav Egorov 提交者: Ian Hickson

hide Symbol exported from dart:_internal (#3861)

Both dart:core and dart:_internal export Symbol. 

This is silently ignored by the VM but some tools (e.g. fasta) report a warning when processing dart:ui sources.

See https://github.com/dart-lang/sdk/issues/30127 for more details.
上级 1de56a33
......@@ -11,7 +11,7 @@
/// text, layout, and rendering subsystems.
library dart.ui;
import 'dart:_internal';
import 'dart:_internal' hide Symbol;
import 'dart:async';
import 'dart:convert';
import 'dart:developer' as developer;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册