Type inference failed: Cannot infer type parameter T in
| fun <T> bar | ( | t: T, | l: jet.MutableList<T> | ) | : jet.Unit | ||
| None of the following substitutions | |||||||
| ( | jet.String , | jet.MutableList<jet.String> | ) | ||||
| ( | jet.Int , | jet.MutableList<jet.Int> | ) | ||||
| can be applied to | |||||||
| ( | jet.Int , | jet.MutableList<jet.String> | ) | ||||