// WITH_STDLIB val foo = 1.toInt() typealias IntAlias = Int val aliased: IntAlias = 1 val bar = aliased.toInt()