blob: 13305739a37e9cb5a4879cfe8a05f925776a0187 [file] [log] [blame]
// @dart = 2.9
int i;
String s;
var x = i = s;
main() {}