drop BASE_WITH_NULLABLE_UPPER_BOUND
This commit is contained in:
+1
-1
@@ -5,4 +5,4 @@ fun test(map: MutableMap<Int, Int>, t: Int) {
|
||||
}
|
||||
|
||||
//from library
|
||||
operator fun <K, V> MutableMap<K, V>.set(key : K, value : V) : V<!BASE_WITH_NULLABLE_UPPER_BOUND!>?<!> = this.put(key, value)
|
||||
operator fun <K, V> MutableMap<K, V>.set(key : K, value : V) : V? = this.put(key, value)
|
||||
Reference in New Issue
Block a user