denis.st
08/16/2016, 9:16 PMmutableListOf<T>().subList(0, 0)
– when I'm calling Documentation on the method it shows me just a method's signature. Even after replacement of MutableList to ArrayList – ArrayList<T>().subList(0, 0)
– I can't see relevant information.
Is there a workaround for this?