summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_none_0_type.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_none_0_type.txt')
-rw-r--r--lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_none_0_type.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_none_0_type.txt b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_none_0_type.txt
new file mode 100644
index 0000000000..bcefabd355
--- /dev/null
+++ b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_none_0_type.txt
@@ -0,0 +1,6 @@
+
+ -type none() :: none().
+
+ This type is used to show that a function will never return a
+ value; that is it will always throw an exception. In a spec, use 
+ no_return() for the sake of clarity.