| Index: tools/json_schema_compiler/test/idl_basics.idl
|
| diff --git a/tools/json_schema_compiler/test/idl_basics.idl b/tools/json_schema_compiler/test/idl_basics.idl
|
| index c6f99207c7be10864078c692669332dda9e5e198..f9771af19b1e07cfbc4bc7d4c1bba470d8536688 100644
|
| --- a/tools/json_schema_compiler/test/idl_basics.idl
|
| +++ b/tools/json_schema_compiler/test/idl_basics.idl
|
| @@ -81,11 +81,18 @@
|
| // |cb|: Override callback comment.
|
| static void function18(Callback7 cb);
|
|
|
| - static long function19();
|
| - static MyType1 function20();
|
| - static MyType1[] function21();
|
| - static EnumType function22();
|
| - static EnumType[] function23();
|
| + static void function20(other_namespace.SomeType value);
|
| + static void function21(other_namespace.SomeType[] values);
|
| + static void function22(other_namespace.sub_namespace.SomeType value);
|
| + static void function23(other_namespace.sub_namespace.SomeType[] values);
|
| +
|
| + static long function24();
|
| + static MyType1 function25();
|
| + static MyType1[] function26();
|
| + static EnumType function27();
|
| + static EnumType[] function28();
|
| + static other_namespace.SomeType function29();
|
| + static other_namespace.SomeType[] function30();
|
| };
|
|
|
| interface Events {
|
|
|