diff options
author | Dan Gudmundsson <[email protected]> | 2009-12-15 13:38:58 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2009-12-15 13:38:58 +0100 |
commit | 889208661105bf2e296c168ed0afa7452db137df (patch) | |
tree | 94bcecf2440f0eae6a367efd5d00e062e80129ea /lib/tools/emacs/test.erl.indented | |
parent | 5b0418e2f5e70d9eeadcfc2009bd7c69e336c939 (diff) | |
download | otp-889208661105bf2e296c168ed0afa7452db137df.tar.gz otp-889208661105bf2e296c168ed0afa7452db137df.tar.bz2 otp-889208661105bf2e296c168ed0afa7452db137df.zip |
Fixed indentation of -spec() -> Var :: type();
Diffstat (limited to 'lib/tools/emacs/test.erl.indented')
-rw-r--r-- | lib/tools/emacs/test.erl.indented | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tools/emacs/test.erl.indented b/lib/tools/emacs/test.erl.indented index 6a4f0dd769..1d91b2f155 100644 --- a/lib/tools/emacs/test.erl.indented +++ b/lib/tools/emacs/test.erl.indented @@ -110,6 +110,11 @@ (t24()) -> t24() when is_subtype(t24(), atom()), is_subtype(t24(), t14()), is_subtype(t24(), t4()). + +-spec over(I :: integer()) -> R1 :: foo:typen(); + (A :: atom()) -> R2 :: foo:atomen(); + (T :: tuple()) -> R3 :: bar:typen(). + -spec mod:t2() -> any(). -opaque attributes_data() :: [{'column', column()} | {'line', info_line()} | |