DebugStatementsFixers icon indicating copy to clipboard operation
DebugStatementsFixers copied to clipboard

Why use final?

Open robclancy opened this issue 6 years ago • 0 comments

I don't understand any situation it should ever be used. And it means we can't add our own debug methods because it's final and private and you have no way to modify.

robclancy avatar Mar 11 '19 15:03 robclancy