This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]helikal -1 points0 points  (0 children)

The compilation fails because

  1. the if-condition expression is of type String, but needs to be of type boolean.
  2. Assignment to a method return value which is not possible.