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