Last active
August 29, 2015 14:18
-
-
Save hakobe/cf0de437dd7f5d1f7025 to your computer and use it in GitHub Desktop.
なんかコンパイル通らない様子です
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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