mbstavola
10/26/2017, 5:46 PMfun foo(): Unit
it'd become void foo()
in Java rather than Unit foo()
when given a particular annotation. I think it'd make calling Kotlin code from Java a bit more pleasant.mbstavola
10/26/2017, 5:48 PMfoo()
isn't some implementation of a generic function or something.kirillrakhman
10/30/2017, 8:43 AM