blob: c7ab2cecd87c1c681dcd92c4ebfa8ad84bea7398 [file] [log] [blame]
// Copyright (c) 2012, 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.
library implements;
class A {}
class B<T> {}
class C<T, S> {}