Has anybody else gotten compiler errors with code ...
# announcements
c
Has anybody else gotten compiler errors with code like
prevMessage?.text += line
where prevMessage may be null and text as well as line are of type
String
?
youtrack 1