Skip to content

Commit 4c0346d

Browse files
Add await test too
1 parent 82de312 commit 4c0346d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tests/expected/await.gd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
var normal = await test()
2+
3+
var negated := not await test()

tests/input/await.gd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
var normal = await
3+
test()
4+
5+
var negated := not await test()

0 commit comments

Comments
 (0)