質問編集履歴
2
add Tag
title
CHANGED
|
File without changes
|
body
CHANGED
|
File without changes
|
1
エラー出力を修正
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
```
|
|
7
7
|
このような即時関数を作成した時に下記のwarningが表示されてしまいます。
|
|
8
8
|
```sh
|
|
9
|
-
line
|
|
9
|
+
line 2 col 3 Expected an assignment or function call and instead saw an expression.
|
|
10
10
|
|
|
11
11
|
⚠ 1 warning
|
|
12
12
|
```
|