yeah, i think it would need to be `car?.isElectric...
# announcements
p
yeah, i think it would need to be
car?.isElectric?.let{ if (it) doSomething() }