90b0ea73dc
#KT-30640 Fixed #KT-22412 Fixed
5 lines
140 B
Kotlin
Vendored
5 lines
140 B
Kotlin
Vendored
// FIX: Replace with 'require()' call
|
|
// WITH_RUNTIME
|
|
fun test(foo: Boolean) {
|
|
<caret>if (!foo) throw IllegalArgumentException("test")
|
|
} |