summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/w06.compilers.reference
blob: c7dc45bd932d4c8117c38886a910c7eafae70801 (plain)
1
2
3
4
5
6
7
8
9
File "w06.ml", line 16, characters 9-12:
16 | let () = foo 2
              ^^^
Warning 6 [labels-omitted]: label bar was omitted in the application of this function.

File "w06.ml", line 17, characters 9-12:
17 | let () = bar 4 2
              ^^^
Warning 6 [labels-omitted]: labels foo, baz were omitted in the application of this function.