Files
fernflower/testData/results/TestConstructorReference.dec
2017-04-26 13:57:24 +03:00

17 lines
255 B
Plaintext

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