diff --git a/Example.res b/Example.res deleted file mode 100644 index 0821f114fc..0000000000 --- a/Example.res +++ /dev/null @@ -1,16 +0,0 @@ -type foo = {bar: int} - -type a = { - k: {"x": int}, - mutable f: int, - g: { - @as("ad") g1: int, - mutable g2: int - } -} - -type b = { - ...foo, - mutable f: int, - g: string -}