aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/options2_SUITE_data/src/unknown_type.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dialyzer/test/options2_SUITE_data/src/unknown_type.erl')
-rw-r--r--lib/dialyzer/test/options2_SUITE_data/src/unknown_type.erl7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/dialyzer/test/options2_SUITE_data/src/unknown_type.erl b/lib/dialyzer/test/options2_SUITE_data/src/unknown_type.erl
new file mode 100644
index 0000000000..7a891c0831
--- /dev/null
+++ b/lib/dialyzer/test/options2_SUITE_data/src/unknown_type.erl
@@ -0,0 +1,7 @@
+-module(unknown_type).
+
+-export([t/0]).
+
+-spec t() -> unknown:type().
+t() ->
+ a.