Closed HGuillemet closed 2 years ago
What about adding this no-arg constructor to PointerScope ? It's just meant to prevent IDE and compilers to complain about unchecked generic array creation in constructs such as:
PointerScope
try (PointerScope ignored = new PointerScope()) { ... }
What about adding this no-arg constructor to
PointerScope
? It's just meant to prevent IDE and compilers to complain about unchecked generic array creation in constructs such as: