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