jimn
02/09/2018, 9:57 PMrobstoll
02/10/2018, 12:07 AMclass A{ companion object { fun test(){}}
a user of my library could use A
whereas he cannot if I define test
as an extension function. Or do I misunderstand what you mean?robstoll
02/10/2018, 11:49 AM