Enable Inline flag for light classes

This commit is contained in:
Mikhael Bogdanov
2014-03-20 17:30:53 +04:00
parent ca4609dd2a
commit 35174b459a
@@ -281,7 +281,7 @@ public class KotlinJavaFileStubProvider<T extends WithFileStub> implements Cache
Lists.newArrayList(files),
/*not-null assertions*/false, false,
/*generateClassFilter=*/stubGenerationStrategy.getGenerateClassFilter(),
InlineUtil.DEFAULT_INLINE_FLAG_FOR_STUB);
/*to generate inline flag on methods*/true);
state.beforeCompile();
bindingContext = state.getBindingContext();