blob: e12014aa83dd3b1166cd73ab166a4d6246b9dcff [file] [log] [blame]
// Copyright (c) 2019, 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.
extension E1<T, T> on int {}
main() {}