(l: Int) (l: int) の代わりに (l: int) がパラメーターに入力されている例を以下に示します。
scala> class Rectangle (l:int, w: Int){
| val length = l
| val length = w
.
.
.
few more lines but still ... module Rectangle is not defined. Or sometimes enter command given and error shows up.
とにかく、その入力エラーを直接編集/変更してコードを再実行できる場所はありますか? それ以外の場合は、上/下矢印を使用して行ごとに入力しています。
ガイドしてください。