diff options
Diffstat (limited to 'src/testsuite')
-rw-r--r-- | src/testsuite/compiler/1867459.spad | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/testsuite/compiler/1867459.spad b/src/testsuite/compiler/1867459.spad new file mode 100644 index 00000000..67ed4930 --- /dev/null +++ b/src/testsuite/compiler/1867459.spad @@ -0,0 +1,8 @@ +++ Contributed by Luke Wagner. +)abbrev package FOO Foo + +Foo() : with + foo : Integer -> Integer + == add + foo i -- missing == + i |