<@U0CLJ884B>: it's a known problem with the type i...
# getting-started
i
@jbnizet: it's a known problem with the type inference of
Stream.collect
method https://youtrack.jetbrains.com/issue/KT-11259, currently you have to specify type argument of
toList
explicitly:
Copy code
.collect(Collectors.toList<Excercise>())