Files
kotlin-fork/compiler/testData/cfg/bugs/kt44153.kt
T
2021-03-16 12:25:23 +03:00

10 lines
156 B
Kotlin
Vendored

// ISSUE: KT-44153
fun crash_1() {
"".split(----------------------------------)
}
fun crash_2() {
"".split(-----------------------------------)
}