Add inspection "Map replaceable with EnumMap" #KT-25439 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
607325c6e5
commit
d86ffd3f34
@@ -0,0 +1,6 @@
|
||||
// PROBLEM: none
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun main() {
|
||||
val map = <caret>hashMapOf(5 to 1)
|
||||
}
|
||||
Reference in New Issue
Block a user