blob: c7ecc0509ce700cd71c83553edbe43946dd9f2c8 [file] [log] [blame]
// Copyright (c) 2018, 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.
/*member: foo:[exact=JSUInt31|powerset={I}]*/
foo() {
var a = [1, 2, 3];
return a
. /*Container([exact=JSExtendableArray|powerset={I}], element: [exact=JSUInt31|powerset={I}], length: 3, powerset: {I})*/ first;
}
/*member: main:[null|powerset={null}]*/
main() {
foo();
}