М
Size: a a a
М
AN
М
OY
BP
OY
AN
BP
BP
VP
close()
no-op и задепрекейтить его 🤔VP
OY
close()
no-op и задепрекейтить его 🤔close()
OY
We’ve found a lot of cases where someone had forgotten to close the HttpResponse, even in simple examples, and got memory leaks because of it.
- я об этомVP
We’ve found a lot of cases where someone had forgotten to close the HttpResponse, even in simple examples, and got memory leaks because of it.
- я об этомBP
BP
OY
LS
A
fun main() {
println("Hello, world")
crashFun()
}
fun crashFun() {
@Suppress("test")
if (Math.random() > -1) {
if (Math.random() < -1) {
var x = 10
} else {
Math.random() > 0.1
}
}
}
АЗ