Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for closed (0.22 sec)

  1. build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/SinceAndIncubatingRulesKotlinTest.kt

                v1 = baseline,
                v2 = """
    
                /** @since 1.0 */
                interface Foo : AutoCloseable {
                    fun foo()
                    override fun close()
                }
    
                /** @since 1.0 */
                class Bar() {
    
                    constructor(bar: String) : this()
    
                    $publicKotlinMembers
                }
    
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Jul 11 06:57:51 GMT 2023
    - 12.7K bytes
    - Viewed (0)
Back to top