Avoid semi

This commit is contained in:
kingwl 2020-06-18 10:33:17 +08:00
parent 98a74ddfe8
commit 4d57d591d2

View File

@ -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());