4 lines
78 B

export function Foo ( x ) {
this.value = x;
this["string property"] = 20;
}