0daab88f97
Code in inline lambdas can call multifile part members. These calls are replaced in GenerateMultifileFacades with the call to the facade member. Previously this didn't happen though because the lambda body was removed before the GenerateMultifileFacades phase, which led to IllegalAccessError in the -Xmultifile-parts-inherit mode (because the part class is package private in another package).