Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
resources-en
/
src
/
postfixTemplates
/
WhileStatementPostfixTemplate
/
after.java.template
blob: 408080e0f358a0881a0356ec7fa1d5e780e43349 [
file
] [
log
] [
blame
]
public
class
Foo
{
void
m
(
boolean
x
)
{
while
(
x
)
return
;
}
}