mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-18 19:10:18 +00:00
saved info and added test
This commit is contained in:
parent
9b58c0fb9c
commit
b0705a00ad
8 changed files with 106 additions and 27 deletions
|
@ -3013,3 +3013,19 @@ fn rb_tree_fbip() {
|
|||
"#
|
||||
)
|
||||
}
|
||||
|
||||
#[mono_test]
|
||||
fn drop_specialize_after_struct() {
|
||||
indoc!(
|
||||
r#"
|
||||
app "test" provides [main] to "./platform"
|
||||
|
||||
Tuple a b : { left : a, right : b }
|
||||
|
||||
main =
|
||||
v = "value"
|
||||
t = { left: v, right: v }
|
||||
"result"
|
||||
"#
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue