blob: b6de2542ef5737e8ef2bbd6ac7e33e7df007f45b [file] [log] [blame]
// Copyright (c) 2015, 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.
// ignore: INVALID_ANNOTATION
@notExisting
var x;
main() {
print(x);
}