// PROBLEM: none // WITH_RUNTIME // ERROR: Type mismatch: inferred type is List<{Comparable<*> & java.io.Serializable}> but List was expected // COMPILER_ARGUMENTS: -XXLanguage:+NewInference fun test() { var list = listOf("") list += 1 }