blob: 337a1a42276b448b91e3c3d36583a6a002da8b6f [file] [log] [blame]
function foo() {
var t = new Test();
System.out.println(t);
}
function Test()
{
}