blob: 24c64cf86dd6264f20317e04ff48c4d5d3cad2a3 [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}{O}{N}]*/
foo() {
var a = [1, 2, 3];
return a
. /*Container([exact=JSExtendableArray|powerset={I}{G}{M}], element: [exact=JSUInt31|powerset={I}{O}{N}], length: 3, powerset: {I}{G}{M})*/ first;
}
/*member: main:[null|powerset={null}]*/
main() {
foo();
}