blob: b50e6437e7533075d59589bc1daaca9895818c94 [file] [log] [blame]
# Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
sources: |
import 'dart:io' show File, Process;
main() {}
expression: |
() { new Process(); new File.fromUri(Uri.parse("file://test.dart")); }