6 lines
65 B
Text
6 lines
65 B
Text
|
|
export const r = {
|
||
|
|
foo: [1 {bar : 2}]
|
||
|
|
}
|
||
|
|
|
||
|
|
export def foo [] { }
|