blob: 92b9ede660cf14174321eb5efc1ddbfe5edbdb04 [file] [log] [blame]
// Copyright (c) 2014, 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.
import 'dart:typed_data';
import 'dart:mirrors';
foo() {
var m = reflect(499);
return m.reflectee;
}