blob: 626b672091d2e76c12e54a14f458c725ae4e0826 [file] [log] [blame]
// Copyright (c) 2017, 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.
/*element: finalVar:OutputUnit(1, {lib})*/
final finalVar = "string1";
/*element: globalVar:OutputUnit(1, {lib})*/
var globalVar = "string2";