blob: 70bba6af837fcd32c075f3aa8102dfea3a586ad1 [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.
main() {
var a = "";
a.b c = null;
}