summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/shadowing03.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/language-features/basic-values/shadowing03.out')
-rw-r--r--testdata/language-features/basic-values/shadowing03.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/language-features/basic-values/shadowing03.out b/testdata/language-features/basic-values/shadowing03.out
index 6e0ca5e0..00820b70 100644
--- a/testdata/language-features/basic-values/shadowing03.out
+++ b/testdata/language-features/basic-values/shadowing03.out
@@ -1,6 +1,6 @@
1main is not found
1------------ desugared source code 2------------ desugared source code
2x = \_ _ -> _rhs HNil 3x = \_ _ -> _rhs HNil
3main is not found
4------------ trace 4------------ trace
5x :: forall a b . a -> b -> () 5x :: forall a b . a -> b -> ()
6------------ tooltips 6------------ tooltips