6 lines
85 B
Kotlin
Vendored
6 lines
85 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
val t = java.lang.Double.<caret>compare(5.0, 6.0)
|
|
}
|