Clarifying comment

This commit is contained in:
Andrey Breslav
2012-07-03 18:10:29 +04:00
parent 4c6eee203d
commit 94660a91af
@@ -52,6 +52,8 @@ public class ClassCodegen {
if (state.getClassBuilderMode() == ClassBuilderMode.SIGNATURES) {
// Outer class implementation must happen prior inner classes so we get proper scoping tree in JetLightClass's delegate
// The same code is present below for the case when we generate real bytecode. This is because the order should be
// different for the case when we compute closures
generateImplementation(context, aClass, OwnerKind.IMPLEMENTATION, contextForInners.accessors, classBuilder);
}