77a560775f
#KT-6628 Fixed
8 lines
160 B
Kotlin
8 lines
160 B
Kotlin
// "Remove conflicting import for 'java.util.ArrayList'" "true"
|
|
package test
|
|
|
|
import java.util.HashMap as ArrayList
|
|
|
|
fun foo(a : ArrayList<String, String>) {
|
|
|
|
} |