blob: 3e591430e275ba2fa6923a2357037a32d4d1a959 [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.
class A {
A bad() { return true != 2; }
}
main() {}