Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
resources-en
/
src
/
postfixTemplates
/
ThrowExceptionPostfixTemplate
/
after.java.template
blob: 7d102b4924cd212340296e518c77f5540e964a86 [
file
] [
log
] [
blame
]
public
class
Foo
{
void
m
()
{
throw
new
RuntimeException
(
"error"
);
}
}