blob: ee3234db7dc93dda175cbb2f8f59db6739ff0f78 [file] [log] [blame]
// ERROR: Not enough information to infer type variable E
package test
internal class User {
fun main() {
val list = java.util.ArrayList()
}
}