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