blob: 0c4c70ef7bc690ce7e891d7b269acb7131fb9e89 [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 file.
class MyClass {}
typedef void MyFunctionTypeAlias();
int myTopLevelVariable = 0;
int myTopLevelFunction() => 0;