4 lines
45 B
Plaintext
Vendored
4 lines
45 B
Plaintext
Vendored
fun foo(a: Int, b: Int) {
|
|
!a.equals(b)
|
|
}
|