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