thecipster
04/04/2017, 4:56 PMval segments : ConcurrentNavigableMap<Int, String> = ConcurrentSkipListMap<Int, String>()
I tried also with as but I still get a compilation error if I don't specify again the type parameters.
Is there no diamond operator in Kotlin?