AA: add tests for resolution to built-ins
This commit is contained in:
committed by
Ilya Kirillov
parent
c7347cfb48
commit
e50da634bc
+5
@@ -0,0 +1,5 @@
|
||||
// WITH_STDLIB
|
||||
|
||||
fun box(map: MutableMap<String, String>) {
|
||||
map.get<caret>OrDefault("key", null)
|
||||
}
|
||||
Reference in New Issue
Block a user