blob: 7b423e5c7c977858bcedafb919f40c7cb87d42c9 [file] [log] [blame]
// Copyright (c) 2013, 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.
part of polymer.test.sort_registration_test;
@CustomTag('x-c')
class C extends B {
C.created() : super.created();
}