<@U4K74R58Q> commented on <@U4K74R58Q>’s file <htt...
# announcements
u
@dagguh commented on @dagguh’s file https://kotlinlang.slack.com/files/U4K74R58Q/F5QLTLCQ4/Vanilla_mocking.kt: Hi! 🙂 I want to avoid reflection Mockito magic, so I mock things the vanilla way. It requires me to implement the mock classes and inherit/delegate them. They often have a lot of methods. Can Kotlin generate such “TODO” implementations?