Skip to content

Commit daad2db

Browse files
Update external test cases (#578)
* Update external test cases * Update snapshots Co-authored-by: JohnnyMorganz <JohnnyMorganz@users.noreply.github.com> Co-authored-by: JohnnyMorganz <johnnymorganz@outlook.com>
1 parent 2d4bd31 commit daad2db

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
type Array<T> = { T }
2+
local x: Array<Array<number>>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
source: tests/tests.rs
3+
expression: format(&contents)
4+
---
5+
type Array<T> = { T }
6+
local x: Array<Array<number>>
7+

0 commit comments

Comments
 (0)