Intention to convert assert to an if with throw
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo() {
|
||||
val f = "text"
|
||||
<caret>assert(true, f)
|
||||
}
|
||||
Reference in New Issue
Block a user