Skip to content

Instantly share code, notes, and snippets.

@hakobe
Last active August 29, 2015 14:18
Show Gist options
  • Select an option

  • Save hakobe/cf0de437dd7f5d1f7025 to your computer and use it in GitHub Desktop.

Select an option

Save hakobe/cf0de437dd7f5d1f7025 to your computer and use it in GitHub Desktop.

Revisions

  1. hakobe revised this gist Apr 4, 2015. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,4 @@
    [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] 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)
  2. hakobe created this gist Apr 4, 2015.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    [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)