blob: 3375687d729c52eeed4f09a9bcbc5db40110d3f8 [file] [log] [blame]
// Copyright (c) 2017, 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.
class Typed<T> {
T<U> v;
}
main() {}