Intention to convert assert to an if with throw
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
package pr442.kotlin
|
||||
|
||||
fun foo() {
|
||||
<caret>assert(true, "")
|
||||
}
|
||||
|
||||
fun assert(b: Boolean, s: String) {}
|
||||
Reference in New Issue
Block a user