Hey guys, is there a way to prevent the compiler f...
# announcements
m
Hey guys, is there a way to prevent the compiler from inlining any method? That would be useful for unit testing where inlining sometimes seems to break code coverage reports due to missed instructions and branches which shouldn’t even be there.