Files
T

6 lines
79 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo() {
val t = java.lang.Byte.<caret>compare(5, 6)
}