Actually, you could similarly overcome any other t...
# announcements
s
Actually, you could similarly overcome any other type checks using
as
, e.g.
System.exit("abc" as Any as Int)
, but that'd obviously trigger a ClassCastException