質問編集履歴
1
情報修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,9 +16,13 @@
|
|
16
16
|
|
17
17
|
})
|
18
18
|
|
19
|
+
//Use of unresolved identifier 'a'
|
20
|
+
|
19
21
|
if let c = a
|
20
22
|
|
21
23
|
{
|
24
|
+
|
25
|
+
Use of unresolved identifier 'b'
|
22
26
|
|
23
27
|
if let d = b {
|
24
28
|
|