blob: ada520d2aecc0e7c149098edcd1910859b305490 [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 mixin on int {}
extension extension on int {}
extension as on int {}
void main() {}