Minor: Extract 'this' local variable name in DefaultImpls

This commit is contained in:
Yan Zhulanow
2019-01-31 21:18:57 +03:00
parent 65b6098242
commit 6a81c2e1e4
3 changed files with 7 additions and 5 deletions
@@ -100,6 +100,8 @@ public class AsmUtil {
public static final String THIS = "this";
public static final String THIS_IN_DEFAULT_IMPLS = "$this";
public static final String LABELED_THIS_FIELD = THIS + "_";
public static final String LABELED_THIS_PARAMETER = "$" + THIS + "$";