diff options
Diffstat (limited to 'testsuite/tests/module/mod118.hs')
-rw-r--r-- | testsuite/tests/module/mod118.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod118.hs b/testsuite/tests/module/mod118.hs new file mode 100644 index 0000000000..a443b6f123 --- /dev/null +++ b/testsuite/tests/module/mod118.hs @@ -0,0 +1,6 @@ +-- !!! more class method (re-)exportation trickery. +module M where + +import Mod118_B + +g = m2 (2::Int) |