blob: 59ec9f80b32e7b9c4e3f254efb64962d4a1d0c5a [file] [log] [blame]
// Copyright (c) 2014, 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.
// @dart = 2.9
import "cha_deopt2_lib.dart";
class U extends T {}
make_u() => new U();