1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 13:21:59 +03:00
semantic/test/fixtures/haskell/corpus/default-declaration.A.hs

5 lines
53 B
Haskell
Raw Normal View History

2018-06-08 20:33:42 +03:00
module A where
default ()
default (Integer, Double)