Skip to content

Commit f83817a

Browse files
author
Yui T
committed
remove line and unused code
1 parent 135e091 commit f83817a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/cases/fourslash/quickInfoForTypeParameterInTypeAlias2.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
//// type GenericMethod<AA> = { method<BB>(): A/*3*/A & B/*4*/B }
66
//// type Nesting<TT> = { method<UU>(): new <WW>() => T/*5*/T & U/*6*/U & W/*7*/W };
77

8-
type Nesting<TT> = { method<UU>(): new <WW>() => TT & UU & WW }
9-
108
goTo.marker('1');
119
verify.quickInfoIs('(type parameter) AA in type Call<AA>');
1210
goTo.marker('2');

0 commit comments

Comments
 (0)