Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
resources-en
/
src
/
postfixTemplates
/
ElseStatementPostfixTemplate
/
after.java.template
blob: dafa3def9c30a8803fc1a86f5c71cb0220a241aa [
file
] [
log
] [
blame
]
public
class
Foo
{
void
m
(
boolean
b
)
{
if
(!
b
)
{
}
}
}