mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-29 16:29:19 -05:00
committed by
Mohamed Hegazy
parent
7ef541ca1f
commit
67eabb98bc
@@ -41,6 +41,8 @@
|
||||
/////*29*/ property1;
|
||||
////
|
||||
/////*30*/ @ decorator33 @ decorator34 @decorator35 property2;
|
||||
/////*31*/function test(@decorator36@decorator37 param) {};
|
||||
/////*32*/function test2(@decorator38()@decorator39()param) {};
|
||||
////}
|
||||
|
||||
format.document();
|
||||
@@ -103,4 +105,8 @@ verify.currentLineContentIs(" @decorator32");
|
||||
goTo.marker("29");
|
||||
verify.currentLineContentIs(" property1;");
|
||||
goTo.marker("30");
|
||||
verify.currentLineContentIs(" @decorator33 @decorator34 @decorator35 property2;");
|
||||
verify.currentLineContentIs(" @decorator33 @decorator34 @decorator35 property2;");
|
||||
goTo.marker("31");
|
||||
verify.currentLineContentIs("function test(@decorator36 @decorator37 param) { };");
|
||||
goTo.marker("32");
|
||||
verify.currentLineContentIs("function test2(@decorator38() @decorator39() param) { };");
|
||||
Reference in New Issue
Block a user