7 lines
95 B

export function Foo ( x ) {
this.value = x;
}
export function Bar ( x ) {
this.value = x;
}