Skip to content

Commit 623a37a

Browse files
committed
test
1 parent 07948b9 commit 623a37a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
We've found a bug for you!
3+
/.../fixtures/variant_coercion_string_unboxed.res:6:10-20
4+
5+
4 │ let x = One
6+
5 │
7+
6 │ let y = (x :> string)
8+
7 │
9+
10+
Type x is not a subtype of string
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@unboxed
2+
type x = One | Two | Other(float)
3+
4+
let x = One
5+
6+
let y = (x :> string)

0 commit comments

Comments
 (0)