質問編集履歴

2

例を修正

2020/12/18 01:41

投稿

hirotamasami
hirotamasami

スコア5

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  ```C#
12
12
 
13
- public void AwaitCheck(Func<Task> func)
13
+ public async void AwaitCheck(Func<Task> func)
14
14
 
15
15
  {
16
16
 

1

例を修正

2020/12/18 01:41

投稿

hirotamasami
hirotamasami

スコア5

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
 
21
- int f = 6;
21
+ int j = 6;
22
22
 
23
23
  }
24
24
 
@@ -78,7 +78,7 @@
78
78
 
79
79
 
80
80
 
81
- int f = 6;
81
+ int j = 6;
82
82
 
83
83
  }
84
84