Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 590980a

Browse files
committed
Add test file for multiple import-list actions
1 parent 8172040 commit 590980a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/testdata/CodeActionImportList.hs

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
main :: IO ()
2+
main =
3+
when True
4+
$ hPutStrLn stdout
5+
$ fromMaybe "Good night, World!" (Just "Hello, World!")

0 commit comments

Comments
 (0)