Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HTMLDocument (0.1 sec)

  1. subprojects/core/src/test/groovy/org/gradle/groovy/scripts/internal/DefaultScriptCompilationHandlerTest.groovy

            where:
            innerClass << [
                // fails
                "import javax.swing.text.html.HTMLDocument.HTMLReader.SpecialAction",
                // OK
                """
    import javax.swing.text.html.HTMLDocument.HTMLReader
    HTMLReader.SpecialAction action = null
    """,
                "javax.swing.text.html.HTMLDocument.HTMLReader.SpecialAction action = null",
                """
    class Outer {
        class Inner {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 08:24:10 UTC 2023
    - 19.4K bytes
    - Viewed (0)
Back to top