Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for compileWithSpecifiedEncoding (0.28 sec)

  1. platforms/jvm/scala/src/integTest/groovy/org/gradle/scala/compile/BasicZincScalaCompilerIntegrationTest.groovy

            } else {
                result.assertHasErrorOutput("src/main/scala/compile/test/Person.scala:4:28: type mismatch;\n found   : Int(42)\n required: String")
            }
        }
    
        def compileWithSpecifiedEncoding() {
            given:
            goodCodeEncodedWith("ISO8859_7")
    
            and:
            buildFile << """
                apply plugin: "application"
                application.mainClass = "Main"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:21:33 UTC 2024
    - 9.6K bytes
    - Viewed (0)
Back to top