Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertAssertToIf
/
functionMessageInsideParentheses.kt
blob: c645cec6f06b94b37ce5c5da231c161302ddfc0a [
file
] [
log
] [
blame
]
// WITH_RUNTIME
fun foo
()
{
<caret>
assert
(
true
,
::
message
)
}
fun message
():
String
=
"text"