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

Commit 1d199c5

Browse files
committed
Add test file for multiple import-list actions
1 parent fe8ed0c commit 1d199c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/testdata/CodeActionImportList.hs

Lines changed: 5 additions & 0 deletions
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)