質問編集履歴

1

エラー箇所の記述ミスを修正

2021/08/25 04:59

投稿

HYDESA
HYDESA

スコア8

test CHANGED
File without changes
test CHANGED
@@ -120,11 +120,11 @@
120
120
 
121
121
  // Error:
122
122
 
123
- // ↑Type mismatch: inferred type is Class<WaveSound> but Class<SubWindow> was expected
123
+ // ↑Type mismatch: inferred type is Class<TextWindow> but Class<SubWindow> was expected
124
124
 
125
- // ↑Type mismatch: inferred type is ReceiveWindow but TextWindow was expected
125
+ // ↑Type mismatch: inferred type is SubWindow but TextWindow was expected
126
126
 
127
- // ↑Type mismatch: inferred type is WaveSound but SubWindow was expected
127
+ // ↑Type mismatch: inferred type is TextWindow but SubWindow was expected
128
128
 
129
129
  }
130
130