blob: 9e3eceea2540b04cb1be34ceef58c2d47fc5fa0d [file] [log] [blame]
// Copyright (c) 2011, 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.
a() {
try {
var i = 1;
} // expect catch or finally here.
}