blob: f1d0b2a964e43f5bcf70e23b683d41878476e51e [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.
main() {
Object a, b;
return {a ?? b};
}