blob: 3d4cb789781effa60ed026a2ccc122c21c6c8330 [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.
// @dart = 2.9
library lib2;
import "type_dependency_lib3.dart";
getInstance() {
return new A();
}