Avatar
swiftNightly BOT 8/2/2021 4:29 PM
exit status: 1 with stderr:<stdin>:2:19: error: use of local variable 'a' before its declaration defer { print(a) } // ←まだaが宣言されてないよ…? <stdin>:3:9: note: 'a' declared here let a = 0 ^