blob: 47054fbe02ce281776e6b4d9f7a0eca791fbc134 [file] [log] [blame]
// Copyright (c) 2022, 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 Class {
test() {
setter = 42;
}
void set setter(int value) {}
}