gregd
06/29/2017, 3:07 PMkapt
capable of calling an additional method/function on an expression that’s returned from property initializer? So that all properties of type String
like: val prop = "kotlin"
would implicitly become val prop = "kotlin".toUpper()
?