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