mg6maciej
04/19/2017, 8:11 PMval x: Any = Unit
if (x is Int && x is String) {
x.length + x
}
thomasnield
04/19/2017, 10:44 PMmg6maciej
04/19/2017, 10:55 PMmg6maciej
04/19/2017, 10:56 PM1 + "string"
doesn't compile.thomasnield
04/20/2017, 10:54 AM