|
|
#1 |
|
Участник
|
Чему равен typeof(null)?
Чему равен typeof(null)?
любая версия аксапты. X++: static void typeofNull(Args _args) { Object o = null; Types t = typeof(o); boolean isClass = t == Types::Class; Types tNull = typeof(null); boolean typeofNullis = tNull == Types::Class; breakpoint; } |
|
|
| Теги |
| feature, фича |
|
|
|