aboutsummaryrefslogtreecommitdiff
path: root/src/testsuite/compiler/1867459.spad
blob: 67ed49309facde6d8c000bc2ea87e2910ed81c8c (plain)
1
2
3
4
5
6
7
8
++ Contributed by Luke Wagner.
)abbrev package FOO Foo

Foo() : with
    foo : Integer -> Integer
  == add
    foo i -- missing ==
      i