Fork of the Fernflower decompiler
fernflower/testData/results/TestConstructorReference.dec

16 lines
255 B

public class TestConstructorReference {
void boo() {
Runnable aNew = TestConstructorReference::new;// 22
}// 23
}
class 'TestConstructorReference' {
method 'boo ()V' {
5 2
6 3
}
}
Lines mapping:
22 <-> 3
23 <-> 4