Skip to content

Unexport nested private classes

Volker Krause requested to merge work/unexport-private-classes into master

Nested classes follow the export specifiction of their outer class, which isn't what was intended here.

Merge request reports