Say there's a case where a class has a method with...
# announcements
d
Say there's a case where a class has a method with the same signature as one of the methods in kotlin standard library (
run
,
let
, etc), which one then is preferred: the class method or an extension method?