Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
eUtils
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
添加测试
master
SisMaker
4 anni fa
parent
28aa7cdc74
commit
fb441fd318
1 ha cambiato i file
con
8 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+8
-0
src/testCase/utTryCatchCase.erl
+ 8
- 0
src/testCase/utTryCatchCase.erl
Vedi File
@ -269,6 +269,14 @@ comRet(_, _) ->
throwRet
(
_
,
_
)
-
>
catch
throw
(
ok
)
.
tryThrowRet
(
_
,
_
)
-
>
try
throw
(
ok
)
of
ok
-
>
ok
catch
ok
-
>
ok
end
.
comRet1
(
_
,
_
)
-
>
A
=
{
tuple
,
11
}
,
F
=
A
,
Scrivi
Anteprima
Caricamento…
Annulla
Salva