blob: e6f1714df77a63d17f67f7e4927b04ea0c34e382 [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.
main.dart.patch: |
// Test adding a generic class.
<<<< []
==== []
class A<T> {
}
>>>>
main() {
<<<<
====
new A();
>>>>
}