File: scalac.in

package info (click to toggle)
golang-github-reviewdog-errorformat 0.0~git20220309.b075c45-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 900 kB
  • sloc: python: 59; xml: 13; javascript: 4; sh: 4; haskell: 3; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
scalac.scala:6: error: missing argument list for method error in object Predef
Unapplied methods are only converted to functions when a function type is expected.
You can make this conversion explicit by writing `error _` or `error(_)` instead of `error`.
  error
  ^
scalac.scala:4: warning: private val in object F is never used
  private val unused = 1
              ^
scalac.scala:5: warning: private method in object F is never used
  private def unusedF = {}
              ^
two warnings found
one error found