blob: 74fbf45465a87e8ad40da7930bbc1758137963bd [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.
/*@testedFeatures=inference*/
int i = 0;
String s = '';
var x = i = s;
main() {}