Skip to content

Commit

Permalink
Typo fix [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Nov 5, 2018
1 parent 3290705 commit 1988571
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ private static Receiver parseStringLiteral(String s, Types types, Elements eleme

private static boolean isThisLiteral(String s, FlowExpressionContext context) {
if (context.parsingMember) {
// TODO: this is probably wrong because you could have and inner class receiver
// TODO: this is probably wrong because you could have an inner class receiver
// Outer.this
return false;
}
Expand Down

0 comments on commit 1988571

Please sign in to comment.