Odrzutowiec
10/23/2018, 6:01 PMfun main() {
println(fun (){})
}
giving me sunch an ungly error instead of just something like "wrong parameter type, expected string got function"?
2) how much of java should I learn to be proficient in Kotlin? I mean especially debugging tool? I assume some build/dependency tool like Gradle. How much of JVM and JVM bytecode should I understand indepth. How much of java standard library. I want to be good end efficient in Kotlin. This language looks very sexy, expressive, concise and powerful. It looks like what JavaScript should be... What it could be...