aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/options2_SUITE_data/src/unknown_type.erl
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2017-05-02 12:32:39 +0200
committerHans Bolinder <[email protected]>2017-05-02 12:32:39 +0200
commit37decbb64953cd65bde2f7003ef5057dc0615ff1 (patch)
tree688444cfd1f1d4447c4216ebdaee2b838915931e /lib/dialyzer/test/options2_SUITE_data/src/unknown_type.erl
parent22e7443d9df041185944a7d49b30459ba4609849 (diff)
parent0298a195873c606ac885d37f54a098eca3d7905a (diff)
downloadotp-37decbb64953cd65bde2f7003ef5057dc0615ff1.tar.gz
otp-37decbb64953cd65bde2f7003ef5057dc0615ff1.tar.bz2
otp-37decbb64953cd65bde2f7003ef5057dc0615ff1.zip
Merge branch 'maint-19' into maint
* maint-19: Updated OTP version Prepare release inets: Add missing release note dialyzer: Fix a bug regarding unknown types erl_mseg.c: don't use invalid indices in - > cache_powered_node[] Fix release note for OTP-14290
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.