blob: 72e481f19d9e281282ae2eff2247ac2f3bbfb378 [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.md file.
/*@testedFeatures=inference*/
library test;
import 'dart:async';
test(Future<int> futureInt) {
var /*@type=Future<int>*/ x = futureInt;
}