JS: prove that KT-15292 is no more reproducible
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
suspend fun foo() {
|
||||
delay()
|
||||
null!!
|
||||
delay()
|
||||
println("OK")
|
||||
}
|
||||
|
||||
suspend fun delay() {
|
||||
}
|
||||
|
||||
// LINES: 6 1 1 1 1 6 1 1 * 6 2 2 2 2 2 * 3 3 4 4 4 4 4 5 5 * 9
|
||||
Reference in New Issue
Block a user