Skip to content

Commit

Permalink
Update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Oct 9, 2022
1 parent 844c3aa commit 4d8910e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 45 deletions.
@@ -1,5 +1 @@
async /* 1 */ do
/* 2 */
{
/* 3 */
};
async /* 1 */ do /* 2 */{/* 3 */};
@@ -1,8 +1,3 @@
class C {
async /* 1 */foo(
/* 2 */
)
/* 3 */
{}

async /* 1 */foo( /* 2 */) /* 3 */{}
}
@@ -1,14 +1,3 @@
class C {
async [
/* 2 */
foo
/* 3 */
]
/* 1 */

/* 4 */

/* 5 */
() {}

async [/* 2 */foo /* 3 */] /* 1 */ /* 4 */ /* 5 */() {}
}
@@ -1,10 +1,3 @@
class C {
async /* 1 */ /* 4 */*
/* 2 */
foo
/* 3 */
()
/* 5 */
{}

async /* 1 */ /* 4 */* /* 2 */foo /* 3 */() /* 5 */{}
}
@@ -1,8 +1,3 @@
class C {
async /* 1 */ /* 2 */ /* 5 */ /* 6 */*[
/* 3 */
foo
/* 4 */
]() {}

async /* 1 */ /* 2 */ /* 5 */ /* 6 */*[/* 3 */foo /* 4 */]() {}
}
@@ -1,3 +1 @@
import "foo" /* 1 */ assert
/* 2 */
{ type: "json" };
import "foo" /* 1 */ assert /* 2 */{ type: "json" };
@@ -1,5 +1,3 @@
function* loop() {
yield /* 1 */*
/* 2 */
loop();
yield /* 1 */* /* 2 */loop();
}
@@ -1 +1 @@
const x = (foo /*:: ?*/) => {};
const x = foo /*:: ?*/ => {};
@@ -1 +1 @@
const x = (foo /*: string*/) => {};
const x = foo /*: string*/ => {};

0 comments on commit 4d8910e

Please sign in to comment.