Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for infix (0.09 sec)

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

                    operator fun Long.invoke(some: Int) {}
    
                    fun Float.invoke(some: Int) {}
                    infix fun Byte.invoke(some: Int) {}
    
                    interface Source {
                        infix fun String.plus(some: List<Int>): String
                        operator fun Int.plus(some: List<Int>): Int
                    }
                """,
                v2 = """
                    fun Int.invoke(some: Int) {}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 2.6K bytes
    - Viewed (0)
Back to top