6 lines
72 B
Kotlin
Vendored
6 lines
72 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
val t = Integer.<caret>compare(5, 6)
|
|
}
|