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