提交 882ec13a 编写于 作者: M Matt Bierner

Fix cast for progressServiceTest

上级 dff8887e
......@@ -17,7 +17,7 @@ import { IPanelService } from 'vs/workbench/services/panel/common/panelService';
import { IViewlet } from 'vs/workbench/common/viewlet';
import { Emitter } from 'vs/base/common/event';
let activeViewlet: Viewlet = {};
let activeViewlet: Viewlet = {} as any;
class TestViewletService implements IViewletService {
public _serviceBrand: any;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册