Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
Eckaos authored and yannham committed Aug 6, 2024
1 parent 49f6bdf commit b09a6d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/tests/integration/inputs/typecheck/record_subtyping.ncl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# test.type = 'pass'
let test : _ =
let test_func : {a : {_ : Number}} -> {a : {_ : Number}} = fun a => a in
test_func {a = {foo = 5}}
in
true

0 comments on commit b09a6d6

Please sign in to comment.