You know that this is working: o.0 ``` class Lawye...
# announcements
m
You know that this is working: o.0
Copy code
class Lawyer (var money: Double) {
    fun getMoney() = 0
}