AK
Я не говорил что так не нужно делать - просто в рамках поставленного вопроса непонятно зачем
Size: a a a
AK
OP
🅵
🅵
M
ND
A void type is semantically similar to Object(it could be anything), except with additional restrictions — a void type cannot be used for anything (even == or hashCode), and it is invalid to assign something to a void type
🅵
OP
OP
M
ND
OP
🅵
print(null is Object);
print(Null is Object);
AK
print(null is Object);
print(Null is Object);
ND
🅵
🅵
AK
🅵
🅵