2
인 IntelliJ이 코드에 대해 불평 그러나 이러한 서명IntelliJ에 오류가 :</p> <pre><code>val document: Node // (initialized further up in the code) val s: String = (new scala.xml.PrettyPrinter(80, 4)).format(document)) </code></pre> <p>오류로 : "같은 서명을 참조 형식을 확인할 수 없습니다"
과 참조 형식을 확인할 수 없습니다 - 같은 함수가 존재합니다. 두 번째 매개 변수의 기본값이 있으며 IntelliJ에서 올바르게 식별하지 못하는 것 같습니다.