mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 15:51:54 +00:00
fix test
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// "Convert expression to 'Int'" "true"
|
||||
// WITH_RUNTIME
|
||||
fun foo() {
|
||||
bar("1".toLong()<caret>)
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// "Convert expression to 'Int'" "true"
|
||||
// WITH_RUNTIME
|
||||
fun foo() {
|
||||
bar("1".toLong().toInt()<caret>)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user