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