Sign in
dart
/
sdk.git
/
6944a2c1ec9c2c6018e21c27ed868ff1ad6cfb1a
/
.
/
tests
/
language_2
/
deferred
/
type_dependency_lib2.dart
blob: d20f4c0aaad77e94554e5c1e026b30647f2f1ea5 [
file
] [
log
] [
blame
]
// Copyright (c) 2015, the Dart Team. All rights reserved. Use of this
// source code is governed by a BSD-style license that can be found in
// the LICENSE file.
library
lib2
;
import
"type_dependency_lib3.dart"
;
getInstance
()
{
return
new
A
();
}