This commit is contained in:
Dmitry Jemerov
2016-07-05 13:43:19 +02:00
parent b50176fa2e
commit a770fe2ec8
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
// "Convert expression to 'Int'" "true"
// WITH_RUNTIME
fun foo() {
bar("1".toLong()<caret>)
}

View File

@@ -1,4 +1,5 @@
// "Convert expression to 'Int'" "true"
// WITH_RUNTIME
fun foo() {
bar("1".toLong().toInt()<caret>)
}