0d36462c58
A previous fix to the generator made the generator and checker validation of classes which could be parcelized different. The checker would report error in cases where the generator would not generate anything. Align these checks, with improved code sharing, so errors are not reported on classes which will not have parcelize components generated. ^KT-63086 Fixed