What prints to the console when executing this code?
let x = try? String.init("test") print(x)
Optional("test")
Nothing - this code contains an error
test References:
nil