summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/RecordProjectionDuplicateFields.txt
blob: 05c3eed7a5c0722a0cbb2f5103d0c00202cc6429 (plain)
1
2
3
4
5
6
Type error: error: ProjectionDuplicateField
 --> <current file>:1:1
  |
1 | { x = 1 }.{ x, x }
  | ^^^^^^^^^^^^^^^^^^ ProjectionDuplicateField
  |