blob: 0e2c1d02d882717c00703ef5ab93ee93cefbce0b [file] [log] [blame]
// Copyright (c) 2025, 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.
part of 'part_extension.dart';
extension Extension on int {
intMethod() {}
}
extension on String {
stringMethod() {}
}