summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T20455.script
blob: a3261fe91c374e172aab5e7678c19a28f743dd30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
let l = "first l"
let l = "second l"
ll -- should not recommend Ghci.l
Ghci1.l
l
:info Ghci1.l
:browse Ghci1

-- Now the same for types
data T = T
t = T :: T
data T = T
:info t
:type t
t2 = Ghci5.T :: Ghci5.T