6 lines
121 B
Plaintext
6 lines
121 B
Plaintext
|
|
interface observe {
|
||
|
|
record bar {
|
||
|
|
a : string,
|
||
|
|
}
|
||
|
|
// NB: intentionally missing a delimiter at the end of the file
|