@@ -24,7 +24,7 @@ public abstract class TestAnonymousClass {
2424         int b = 5;// 65
2525      }// 66
2626   };
27-    private final TestAnonymousClass.InnerRecursive y = new TestAnonymousClass.InnerRecursive(new TestAnonymousClass.InnerRecursive(null) {
27+    private final TestAnonymousClass.InnerRecursive y = new TestAnonymousClass.InnerRecursive(new TestAnonymousClass.InnerRecursive(null) {// 83 
2828      @Override
2929      void foo() {
3030         int a = 5;// 86
@@ -37,7 +37,7 @@ public abstract class TestAnonymousClass {
3737      int j = 5;
3838      int o = 5;
3939   };
40-    private final TestAnonymousClass.InnerRecursive x = new TestAnonymousClass.InnerRecursive(new TestAnonymousClass.InnerRecursive(null) {
40+    private final TestAnonymousClass.InnerRecursive x = new TestAnonymousClass.InnerRecursive(new TestAnonymousClass.InnerRecursive(null) {// 98 
4141      @Override
4242      void foo() {
4343         int a = 5;// 101
@@ -85,7 +85,7 @@ public abstract class TestAnonymousClass {
8585
8686   public static Iterable<Integer> innerInAnon() {
8787      return new Iterable<Integer>() {// 125
88-          public int field = 1491401;
88+          public int field = 1491401;// 126 
8989
9090         @Override
9191         public Iterator<Integer> iterator() {
@@ -107,7 +107,7 @@ public abstract class TestAnonymousClass {
107107
108108   public static Iterable<Integer> innerInAnon2() {
109109      return new Iterable<Integer>() {// 149
110-          public int field = 1491401;
110+          public int field = 1491401;// 150 
111111
112112         @Override
113113         public Iterator<Integer> iterator() {
@@ -185,31 +185,12 @@ class 'pkg/TestAnonymousClass$5' {
185185   }
186186}
187187
188- class 'pkg/TestAnonymousClass$6' {
189-    method 'foo ()V' {
190-       0      29
191-       1      29
192-       2      30
193-       3      30
194-       4      31
195-       5      31
196-       6      32
197-    }
198- }
199- 
200- class 'pkg/TestAnonymousClass$8' {
201-    method 'foo ()V' {
202-       0      42
203-       1      42
204-       2      43
205-       3      43
206-       4      44
207-       5      44
208-       6      45
188+ class 'pkg/TestAnonymousClass' {
189+    method '<init> ()V' {
190+       f      26
191+       24      39
209192   }
210- }
211193
212- class 'pkg/TestAnonymousClass' {
213194   method 'foo (I)V' {
214195      0      54
215196      1      54
@@ -264,6 +245,30 @@ class 'pkg/TestAnonymousClass' {
264245   }
265246}
266247
248+ class 'pkg/TestAnonymousClass$6' {
249+    method 'foo ()V' {
250+       0      29
251+       1      29
252+       2      30
253+       3      30
254+       4      31
255+       5      31
256+       6      32
257+    }
258+ }
259+ 
260+ class 'pkg/TestAnonymousClass$8' {
261+    method 'foo ()V' {
262+       0      42
263+       1      42
264+       2      43
265+       3      43
266+       4      44
267+       5      44
268+       6      45
269+    }
270+ }
271+ 
267272class 'pkg/TestAnonymousClass$1' {
268273   method 'foo ()V' {
269274      0      58
@@ -288,6 +293,11 @@ class 'pkg/TestAnonymousClass$2' {
288293}
289294
290295class 'pkg/TestAnonymousClass$10' {
296+    method '<init> ()V' {
297+       5      87
298+       6      87
299+    }
300+ 
291301   method 'iterator ()Ljava/util/Iterator;' {
292302      8      91
293303   }
@@ -316,6 +326,11 @@ class 'pkg/TestAnonymousClass$10$Inner' {
316326}
317327
318328class 'pkg/TestAnonymousClass$11' {
329+    method '<init> ()V' {
330+       5      109
331+       6      109
332+    }
333+ 
319334   method 'iterator ()Ljava/util/Iterator;' {
320335      14      113
321336   }
@@ -399,10 +414,12 @@ Lines mapping:
39941477 <-> 140
40041578 <-> 141
40141679 <-> 142
417+ 83 <-> 27
40241886 <-> 30
40341987 <-> 31
40442088 <-> 32
40542189 <-> 33
422+ 98 <-> 40
406423101 <-> 43
407424102 <-> 44
408425103 <-> 45
@@ -411,13 +428,16 @@ Lines mapping:
411428117 <-> 151
412429121 <-> 154
413430125 <-> 87
431+ 126 <-> 88
414432132 <-> 98
415433137 <-> 102
416434143 <-> 92
417435149 <-> 109
436+ 150 <-> 110
418437157 <-> 121
419438162 <-> 125
420439169 <-> 114
421440Not mapped:
441+ 10
42244221
423443115
0 commit comments