blob: 327e4b5e728c9751041d9cdde749960f49ea7bb6 [file] [log] [blame]
//@ runDefault("--useTypeProfiler=true")
var findTypeForExpression = $vm.findTypeForExpression;
function wrapper(x) {
class Base {
constructor() {
this['"'] = true;
}
};
var baseInstance = new Base;
}
wrapper();
var types = findTypeForExpression(wrapper, "baseInstance = new Base");
JSON.stringify(types)