Skip to content

Commit

Permalink
Enable Inline flag for light classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhael Bogdanov committed Mar 20, 2014
1 parent ca4609d commit 35174b4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -281,7 +281,7 @@ public Result<T> compute() {
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();
Expand Down

0 comments on commit 35174b4

Please sign in to comment.