| Index: tools/json_schema_compiler/dart_test/basic_function.idl
|
| ===================================================================
|
| --- tools/json_schema_compiler/dart_test/basic_function.idl (revision 183749)
|
| +++ tools/json_schema_compiler/dart_test/basic_function.idl (working copy)
|
| @@ -1,13 +0,0 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -namespace basic_function {
|
| - interface Functions {
|
| - // Documentation for the basic function, foo().
|
| - void foo();
|
| -
|
| - // Documentation for the basic static function, staticFoo().
|
| - static void staticFoo();
|
| - };
|
| -};
|
|
|