Animesh Sahu
08/20/2020, 11:29 AMandylamax
08/20/2020, 3:17 PMCtrl+B
) from the platform you desire to see its implementationAnimesh Sahu
08/20/2020, 3:19 PMAnimesh Sahu
08/20/2020, 3:20 PMandylamax
08/20/2020, 3:23 PMAnimesh Sahu
08/20/2020, 3:24 PMandylamax
08/20/2020, 3:24 PMAnimesh Sahu
08/20/2020, 3:25 PMAnimesh Sahu
08/20/2020, 3:31 PMarrayOf(1).sort()
is letting me go into JVM implementation, while if you do sth like listOf(1).sorted()
and inside declaration of sorted navigate to sort() call there it brings me to Common code (expect one) and even if with Ctrl+B I'm not able to go to actual implemenation.Animesh Sahu
08/20/2020, 3:31 PMandylamax
08/20/2020, 3:43 PMlistOf(1).sorted()
Took me to common
but again because this is a common
implementation. wasn't implemented on a expect/actual
basisAnimesh Sahu
08/20/2020, 3:44 PM