Throws an IllegalStateException with the given message.
Since Kotlin
1.1Samples
import kotlin.test.*
fun main() {
val name: String? = null
}
Target: JVMRunning on v.2.1.20
Throws an IllegalStateException with the given message.
Since Kotlin
1.0Samples
import kotlin.test.*
fun main() {
val name: String? = null
}
Target: JVMRunning on v.2.1.20