From 8f2e602cada9141b653802cf1084b9bdfd6e0d06 Mon Sep 17 00:00:00 2001 From: Péter Diviánszky Date: Fri, 13 May 2016 22:48:03 +0200 Subject: refactoring & fix build --- testdata/language-features/basic-values/shadowing04.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testdata/language-features/basic-values/shadowing04.out') diff --git a/testdata/language-features/basic-values/shadowing04.out b/testdata/language-features/basic-values/shadowing04.out index 1c371cea..8a46bd9d 100644 --- a/testdata/language-features/basic-values/shadowing04.out +++ b/testdata/language-features/basic-values/shadowing04.out @@ -5,7 +5,7 @@ __ = _lhs __ \(_ :: _) (_ :: _) -> _rhs () __ :: forall a b . a -> b -> () __ = \a b _ _ -> _rhs () ------------ tooltips -shadowing04.lc 1:1-1:3 +1:1-1:3 forall a b . a -> b -> () -shadowing04.lc 1:11-1:13 +1:11-1:13 () \ No newline at end of file -- cgit v1.2.3