https://kotlinlang.org logo
h

hastebrot

12/29/2015, 11:47 PM
Can anybody say why
fun foo<T>()
was changed to
fun <T> foo()
? I'm updating the Pygments/Rouge syntax highlighter for Kotlin.