Java shenanigans aside, strictly speaking List isn...
# arrow
b
Java shenanigans aside, strictly speaking List isn't a type, it is a type constructor. It requires another type to make it concrete, like List<Int>