in this case, that's clean, but say that you overr...
# android
p
in this case, that's clean, but say that you override a non returning methods to do nothing
Copy code
override fun foo() {
  // do nothing
}