Skip to content

Instantly share code, notes, and snippets.

@hakobe
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hakobe/cf0de437dd7f5d1f7025 to your computer and use it in GitHub Desktop.
Save hakobe/cf0de437dd7f5d1f7025 to your computer and use it in GitHub Desktop.
なんかコンパイル通らない様子です
[error] (x$1: java.nio.file.Path,x$2: Iterable[_ <: CharSequence],x$3: java.nio.charset.Charset,x$4: java.nio.file.OpenOption*)java.nio.file.Path <and>
[error] (x$1: java.nio.file.Path,x$2: Array[Byte],x$3: java.nio.file.OpenOption*)java.nio.file.Path
[error] cannot be applied to (java.nio.file.Path, List[String], java.nio.charset.Charset)
[error] java.nio.file.Files.write(path, List("hoge"), StandardCharsets.UTF_8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment