- add sources.
[platform/framework/web/crosswalk.git] / src / tools / json_schema_compiler / dart_test / empty_type.dart
1 // Copyright (c) 2013, the Dart project authors.  Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file.
4
5 // Generated from namespace: empty_type
6
7 part of chrome;
8
9 /**
10  * Types
11  */
12
13 class Empty_typeEmptyType extends ChromeObject {
14   /*
15    * Public constructor
16    */
17   Empty_typeEmptyType({}) {
18   }
19
20   /*
21    * Private constructor
22    */
23   Empty_typeEmptyType._proxy(_jsObject) : super._proxy(_jsObject);
24 }
25
26 /**
27  * Functions
28  */
29
30 class API_empty_type {
31   /*
32    * API connection
33    */
34   Object _jsObject;
35   API_empty_type(this._jsObject) {
36   }
37 }