yes, in runtime it print's null despite function r...
# announcements
v
yes, in runtime it print's null despite function return type is String
h
Ya generating the following java code:
Copy code
@NotNull
public final String validate(@Nullable String value) {
      return value != null ? "test" : null;
   }