diff options
Diffstat (limited to 'tests/nopoly.ur')
-rw-r--r-- | tests/nopoly.ur | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/nopoly.ur b/tests/nopoly.ur new file mode 100644 index 00000000..687403aa --- /dev/null +++ b/tests/nopoly.ur @@ -0,0 +1,2 @@ +fun x y = y.Hellodsad +val bar = x {Hello = 1, RightO = 2} |