<@U092N7GGG>: sorry, I just wanted to disscuss <h...
# language-proposals
v
@yole: sorry, I just wanted to disscuss https://youtrack.jetbrains.com/issue/KT-4512 once again Isn't a little bit inconsistent to have:
Copy code
sth!!
.foo()
and
Copy code
sth
?.foo()
?