Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
postfixTemplates
/
KtAssertPostfixTemplate
/
after.kt.template
blob: 51d130fa0e8e9eea877c8bbb6251315671a33161 [
file
] [
log
] [
blame
]
fun foo
(
x
:
Boolean
)
{
assert
(
x
)
{
""
}
}