Remove unnecessary I2 from test case

This commit is contained in:
Dan Corder 2015-12-07 22:43:44 +00:00
parent ff4147af01
commit c6feaa016a

View File

@ -10,12 +10,7 @@
//// /*0*/
////}
////
////interface I2 {
//// a(): void;
//// b(): void;
////}
////
////var imp2: I2 {
////var imp2: I1 {
//// a: () => {},
//// /*1*/
////}