blob: 6b5dccdab0f89b85e483daa77661ced6bf4fa4fa [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*/
library test;
var /*@topType=Map<Null, Null>*/ x = /*@typeArgs=Null, Null*/ {null: null};
main() {
x;
}