Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
resources-en
/
src
/
intentionDescriptions
/
AddRuntimeExceptionToThrowsAction
/
before.java.template
blob: 8be552c3e07e4a5072400c233a4c3c242b64de63 [
file
] [
log
] [
blame
]
class
C
{
void
f
(
int
param
)
{
if
(
param
==
0
)
<spot>
throw
new
IllegalArgumentException
()</
spot
>;
}
}