[Analysis API test] rename AbstractPsiDeclarationProviderSingleModuleTest to AbstractPsiDeclarationProviderSourceTest
^KT-64805
This commit is contained in:
committed by
Space Team
parent
052622b862
commit
79a8b6de1f
@@ -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