質問編集履歴

2

helo

2020/01/08 23:29

投稿

t-cool
t-cool

スコア71

test CHANGED
File without changes
test CHANGED
@@ -58,7 +58,7 @@
58
58
 
59
59
  ```
60
60
 
61
- error TS2345: Argument of type '123' is not assignable to parameter of type 'string'.
61
+ error TS2345: Argument of type '100' is not assignable to parameter of type 'string'.
62
62
 
63
63
  ```
64
64
 

1

改定

2020/01/08 23:29

投稿

t-cool
t-cool

スコア71

test CHANGED
File without changes
test CHANGED
@@ -52,6 +52,18 @@
52
52
 
53
53
 
54
54
 
55
+ 次のようなエラーが出るものと想定していました。
56
+
57
+
58
+
59
+ ```
60
+
61
+ error TS2345: Argument of type '123' is not assignable to parameter of type 'string'.
62
+
63
+ ```
64
+
65
+
66
+
55
67
  ご助言いただければありがたいです。
56
68
 
57
69