Avatar
Avatar
Iceman
@swift-5.7.3 print(\Int?.?.description) print(\Optional<Int>.?.description)
exit status: 1 with stderr:<stdin>:2:20: error: '>' is not a postfix unary operator print(\Optional<Int>.?.description) ^ <stdin>:2:21: error: cannot find operator '.?.' in scope print(\Optional<Int>.?.description) ^~~ <stdin>:2:24: error: cannot find 'description' in scope print(\Optional<Int>.?.description) ^~~~~~~~~~~