aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'html-test/src/Test.hs')
-rw-r--r--html-test/src/Test.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/html-test/src/Test.hs b/html-test/src/Test.hs
index 677106c6..e94cc414 100644
--- a/html-test/src/Test.hs
+++ b/html-test/src/Test.hs
@@ -171,6 +171,7 @@ class (D a) => C a where
b :: [a]
-- ^ this is a description of the 'b' method
c :: a -- c is hidden in the export list
+ c = undefined
-- ^ This comment applies to the /previous/ declaration (the 'C' class)