FIR: avoid cast exception in Candidate.prepareExpectedType

This commit is contained in:
Jinseong Jeon
2020-07-06 22:37:07 -07:00
committed by Mikhail Glukhikh
parent a5f34a880c
commit 50b2ea7053
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// KJS_WITH_FULL_RUNTIME
public inline fun Int.times(body : () -> Unit) {
var count = this;