diff options
author | Erlang/OTP <[email protected]> | 2009-12-15 15:23:03 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-12-15 15:23:03 +0100 |
commit | cb62972ca24198cc13e030adbd0b8a757bdb293c (patch) | |
tree | 05eaab89e318613f1d4fb64cb477345ddcf512b6 /lib/tools/emacs/test.erl.indented | |
parent | a0c385e10b16c7697ad744bc63d7ce4d0439ca6e (diff) | |
parent | 889208661105bf2e296c168ed0afa7452db137df (diff) | |
download | otp-cb62972ca24198cc13e030adbd0b8a757bdb293c.tar.gz otp-cb62972ca24198cc13e030adbd0b8a757bdb293c.tar.bz2 otp-cb62972ca24198cc13e030adbd0b8a757bdb293c.zip |
Merge branch 'dgud/emacs-improvements' into ccase/r13b04_dev
Diffstat (limited to 'lib/tools/emacs/test.erl.indented')
-rw-r--r-- | lib/tools/emacs/test.erl.indented | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/tools/emacs/test.erl.indented b/lib/tools/emacs/test.erl.indented index b2cc23b92b..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()} | @@ -359,7 +364,7 @@ indent_icr(Z) -> % icr = if case receive X = 43 div 4, foo(X) end, - receive + receive {Z,_,_} -> X = 43 div 4, foo(X); |