Andrey Breslav 41fd43b5e5 GreatSyntacticShift: Syntax for function types, function literals, when and tuples
Bug:
fun loop(var times : Int) {
   while(times > 0) {
        val u : (value : Int) -> Unit = { // This arrow is confusing the lookahead
            System.out?.println(it)
        }
        u(times--)
   }
}
2011-12-20 22:55:25 +04:00
2011-11-23 11:15:49 +04:00
2011-02-25 15:27:45 +03:00
2011-12-20 20:14:05 +04:00
2011-11-25 15:52:29 +04:00
2011-11-08 20:48:01 +03:00
2011-02-25 15:27:45 +03:00
2011-04-28 20:09:47 +02:00
S
Description
The Kotlin Programming Language.
2.1 GiB
Languages
Kotlin 79.9%
Java 10.4%
Swift 4.3%
C 2.8%
C++ 2.1%
Other 0.3%