however if ``` class Foo { private val bar ...
# android
m
however if
Copy code
class Foo {
    private val bar

    fun setBar( ... ) { ... } 
}