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