blob: 8478421eb3bcf863b3be7f95a03c11c0f0a07b85 [file] [log] [blame] [edit]
// 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.
class C {
set s5(int v) {}
static int s5 = 1;
}