Sign in
fuchsia
/
fuchsia
/
eb37f944b46a
/
.
/
zircon
/
tools
/
fidl
/
testdata
/
error.test.fidl
blob: e62cf2431ee8096ec285247be8a49e5fb0f98254 [
file
] [
log
] [
blame
]
library fidl
.
test
.
json
;
protocol
Example
{
foo
(
string
s
)
->
(
int64 y
)
error uint32
;
};