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..9d2adf947b3ed5c913a0b77dd52a70dcc7cbf7ec 100644 |
--- a/tools/json_schema_compiler/test/idl_basics.idl |
+++ b/tools/json_schema_compiler/test/idl_basics.idl |
@@ -81,11 +81,16 @@ |
// |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 long function22(); |
+ static MyType1 function23(); |
+ static MyType1[] function24(); |
+ static EnumType function25(); |
+ static EnumType[] function26(); |
+ static other_namespace.SomeType function27(); |
+ static other_namespace.SomeType[] function28(); |
}; |
interface Events { |