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