(no title)
tjdetwiler | 11 years ago
if (text2 != null) {
text2.replace()
}
Essentially they're moving support for @Nullable and @NotNull into the language and compiler.tjdetwiler | 11 years ago
if (text2 != null) {
text2.replace()
}
Essentially they're moving support for @Nullable and @NotNull into the language and compiler.
No comments yet.