7 lines
64 B
Perl
7 lines
64 B
Perl
|
result_type = object({
|
||
|
b = string
|
||
|
})
|
||
|
result = {
|
||
|
b = "foo"
|
||
|
}
|