Simplify message expression from lambda argument when converting assert to if.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo() {
|
||||
<caret>assert(true && false, "text")
|
||||
<caret>assert(true && false, { "text" })
|
||||
}
|
||||
Reference in New Issue
Block a user