6 ms·
It's intended to be shorthand for: if (text2 != null) { text2.replace() } Essentially they're moving support for @Nullable and @NotNull into the langu
by tjdetwiler 12y ago
It's intended to be shorthand for:
if (text2 != null) {
text2.replace()
}
Essentially they're moving support for @Nullable and @NotNull into the language and compiler.
https://www.jetbrains.com/idea/documentation/howto.html https://www.jetbrains.com/idea/documentation/howto.html