mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-16 15:44:16 -06:00
Add straggling Test
This commit is contained in:
parent
1b8486df89
commit
b7b30aab46
@ -1,12 +1,12 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
//// interface I {
|
||||
//// f1<T extends number>();
|
||||
//// f<T extends number>();
|
||||
//// }
|
||||
////
|
||||
//// class C implements I {[| |]}
|
||||
|
||||
verify.rangeAfterCodeFix(`f1<T extends number>(){
|
||||
verify.rangeAfterCodeFix(`f<T extends number>(){
|
||||
throw new Error('Method not Implemented');
|
||||
}
|
||||
`);
|
||||
`);
|
||||
Loading…
x
Reference in New Issue
Block a user