voddan
08/23/2016, 7:34 AMclass A {
val x: MyType = long().calculation().body()
val y = run {
println(hello)
long().calculation().body()
}
val z = mutableObject.apply {
mutableProperty = 10
runOnIntit()
println(this)
}
}