scala-text / scala_text

Scala学習用テキスト
https://scala-text.github.io/scala_text/
Other
486 stars 89 forks source link

警告修正。getLinesに括弧付与 #1412

Closed xuwei-k closed 19 hours ago

xuwei-k commented 19 hours ago
warning: function.md:226:5: Auto-application to `()` is deprecated. Supply the empty argument list `()` explicitly to invoke method getLines,
or remove the empty argument list from its definition (Java-defined methods are exempt).
In Scala 3, an unapplied method like this will be eta-expanded into a function. [quickfixable]
    file.getLines.foreach(println)
    ^^^^^^^^^^^^^
github-actions[bot] commented 19 hours ago

https://scala-text.github.io/scala_text_previews/getLines/