Files
sdk/pkg/front_end/testcases/external_import.dart
T
Samir Jindel 68554ab8f5 [kernel] Support "dart-ext:..." imports in the CFE.
They are encoded as annotations on the importing library, similarly to
how native methods are encoded.

Change-Id: I4dc1119b20949308e4856666693fe4e890e9ee87
Reviewed-on: https://dart-review.googlesource.com/35660
Reviewed-by: Kevin Millikin <kmillikin@google.com>
2018-01-29 14:04:25 +00:00

6 lines
107 B
Dart

import 'dart-ext:here';
import 'dart-ext:foo/../there';
import 'dart-ext:/usr/local/somewhere';
main() {}