but having a method ``` fun foo() { activity!! // ...
# android
m
but having a method
Copy code
fun foo() {
activity!!
// do something else
}
would be very odd