mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Avoid semi
This commit is contained in:
parent
98a74ddfe8
commit
4d57d591d2
@ -9,29 +9,29 @@
|
||||
////
|
||||
////(a: number, b: number) =>[| {
|
||||
//// return a + b;
|
||||
////}|];
|
||||
////}|]
|
||||
////
|
||||
////const f1 = function[| (
|
||||
//// a: number
|
||||
//// b: number
|
||||
////) {
|
||||
//// return a + b;
|
||||
////}|];
|
||||
////}|]
|
||||
////
|
||||
////const f2 = function (a: number, b: number)[| {
|
||||
//// return a + b;
|
||||
////}|];
|
||||
////}|]
|
||||
////
|
||||
////function f3[| (
|
||||
//// a: number
|
||||
//// b: number
|
||||
////) {
|
||||
//// return a + b;
|
||||
////}|];
|
||||
////}|]
|
||||
////
|
||||
////function f4(a: number, b: number)[| {
|
||||
//// return a + b;
|
||||
////}|];
|
||||
////}|]
|
||||
////
|
||||
////class Foo[| {
|
||||
//// constructor[|(
|
||||
@ -52,26 +52,26 @@
|
||||
//// m1(a: number, b: number)[| {
|
||||
//// return a + b;
|
||||
//// }|]
|
||||
////}|];
|
||||
////}|]
|
||||
////
|
||||
////declare function foo(props: any): void;
|
||||
////foo[|(
|
||||
//// a =>[| {
|
||||
////
|
||||
//// }|]
|
||||
////)|];
|
||||
////)|]
|
||||
////
|
||||
////foo[|(
|
||||
//// (a) =>[| {
|
||||
////
|
||||
//// }|]
|
||||
////)|];
|
||||
////)|]
|
||||
////
|
||||
////foo[|(
|
||||
//// (a, b, c) =>[| {
|
||||
////
|
||||
//// }|]
|
||||
////)|];
|
||||
////)|]
|
||||
////
|
||||
////foo[|([|
|
||||
//// (a,
|
||||
@ -79,6 +79,6 @@
|
||||
//// c) => {
|
||||
////
|
||||
//// }|]
|
||||
////)|];
|
||||
////)|]
|
||||
|
||||
verify.outliningSpansInCurrentFile(test.ranges());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user