summaryrefslogtreecommitdiff
path: root/lib/dialyzer/test/incremental_SUITE_data/got_fixed.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dialyzer/test/incremental_SUITE_data/got_fixed.erl')
-rw-r--r--lib/dialyzer/test/incremental_SUITE_data/got_fixed.erl6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/dialyzer/test/incremental_SUITE_data/got_fixed.erl b/lib/dialyzer/test/incremental_SUITE_data/got_fixed.erl
new file mode 100644
index 0000000000..e6db525b90
--- /dev/null
+++ b/lib/dialyzer/test/incremental_SUITE_data/got_fixed.erl
@@ -0,0 +1,6 @@
+-module(got_fixed).
+
+-export([m/0]).
+
+-spec m() -> integer().
+m() -> fix:m().