blob: b3294905a1344edaed2cfedc5a2ca69e0d4794bb [file] [log] [blame]
import java.util.ArrayList
fun foo() {
bar(ArrayList<String>())
}