summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/T11328.script
blob: 410e4b7f471c874860128e963896f1df52468284 (plain)
1
2
3
4
:seti -XDuplicateRecordFields
data T = MkT { foo :: Int }
:complete repl "foo"
:complete repl "$"