remove line and unused code

This commit is contained in:
Yui T 2015-12-02 13:47:19 -08:00
parent 135e091c2a
commit f83817a488

View File

@ -5,8 +5,6 @@
//// type GenericMethod<AA> = { method<BB>(): A/*3*/A & B/*4*/B }
//// type Nesting<TT> = { method<UU>(): new <WW>() => T/*5*/T & U/*6*/U & W/*7*/W };
type Nesting<TT> = { method<UU>(): new <WW>() => TT & UU & WW }
goTo.marker('1');
verify.quickInfoIs('(type parameter) AA in type Call<AA>');
goTo.marker('2');