Add waitForDiagnosticsSource
[lsp-test.git] / test / data / error / Error.hs
diff --git a/test/data/error/Error.hs b/test/data/error/Error.hs
new file mode 100644 (file)
index 0000000..79c1dd9
--- /dev/null
@@ -0,0 +1,2 @@
+main :: IO Int
+main = return "hello"