1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00
semantic/test/fixtures/haskell/corpus/default-declaration.A.hs
2018-06-08 10:33:42 -07:00

5 lines
53 B
Haskell

module A where
default ()
default (Integer, Double)