Fix compiler tests
This commit is contained in:
+1
-1
@@ -21,6 +21,6 @@ fun tests() {
|
||||
}
|
||||
|
||||
// from standard library
|
||||
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<!BASE_WITH_NULLABLE_UPPER_BOUND!>?<!> = this.put(key, value)
|
||||
|
||||
fun println(message : Any?) = System.out.println(message)
|
||||
Reference in New Issue
Block a user