mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
add failing tests
This commit is contained in:
parent
bfe219f307
commit
d87b5bfd9f
2 changed files with 23 additions and 3 deletions
|
@ -380,7 +380,7 @@ fn can_annotation_help(
|
|||
}
|
||||
},
|
||||
|
||||
Record { fields, ext } => {
|
||||
Record { fields, ext, .. } => {
|
||||
let field_types = can_assigned_fields(
|
||||
env,
|
||||
fields,
|
||||
|
@ -408,7 +408,7 @@ fn can_annotation_help(
|
|||
|
||||
Type::Record(field_types, Box::new(ext_type))
|
||||
}
|
||||
TagUnion { tags, ext } => {
|
||||
TagUnion { tags, ext, .. } => {
|
||||
let tag_types = can_tags(
|
||||
env,
|
||||
tags,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue