f5545b3740
#EA-210889 Fixed
8 lines
114 B
Kotlin
Vendored
8 lines
114 B
Kotlin
Vendored
import java.util.HashMap
|
|
|
|
/**
|
|
* [HashMap] is used
|
|
*/
|
|
fun x() {
|
|
val list = <caret>HashMap<String, String>()
|
|
} |