Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ThrowingMap (0.07 sec)

  1. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/resolution/KaCall.kt

     *
     * Note that simple access using the array access convention is not captured by this class. For example, assuming `ThrowingMap` throws
     * in case of absent key instead of returning `null`,
     * ```
     * fun test(m: ThrowingMap<String, MutableList<String>>) {
     *   m["a"] += "b"
     * }
     * ```
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 16:16:39 UTC 2024
    - 12.1K bytes
    - Viewed (0)
Back to top