cef859fced
#KT-44153 Fixed
10 lines
156 B
Kotlin
Vendored
10 lines
156 B
Kotlin
Vendored
// ISSUE: KT-44153
|
|
|
|
fun crash_1() {
|
|
"".split(----------------------------------)
|
|
}
|
|
|
|
fun crash_2() {
|
|
"".split(-----------------------------------)
|
|
}
|