質問するログイン新規登録

質問編集履歴

2

add Tag

2015/09/08 19:43

投稿

KiKiKi_KiKi
KiKiKi_KiKi

スコア596

title CHANGED
File without changes
body CHANGED
File without changes

1

エラー出力を修正

2015/09/08 19:43

投稿

KiKiKi_KiKi
KiKiKi_KiKi

スコア596

title CHANGED
File without changes
body CHANGED
@@ -6,7 +6,7 @@
6
6
  ```
7
7
  このような即時関数を作成した時に下記のwarningが表示されてしまいます。
8
8
  ```sh
9
- line X col XX Expected an assignment or function call and instead saw an expression.
9
+ line 2 col 3 Expected an assignment or function call and instead saw an expression.
10
10
 
11
11
  ⚠ 1 warning
12
12
  ```