blob: 94ed0c82294e9989258f63696c069cfe3d0056f0 [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.
// Expect error - Base is not an interface.
interface I {
}
interface I extends UNKNOWN;