Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
resources-en
/
src
/
postfixTemplates
/
AssertStatementPostfixTemplate
/
after.java.template
blob: a4b85def855bab787904e462a7043ba3c18343d5 [
file
] [
log
] [
blame
]
public
void
m
(
boolean
value
)
{
assert
value
;
}