summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod115.hs
blob: f0bf9439a272d4895278017e77a472f83da0ad73 (plain)
1
2
3
4
5
6
7
-- !!! class method (re-)exportation trickery
module M where

import Mod115_B

f = m1 (1::Int)
g = m2 (2::Int)