[java-decompiler] cleanup (text rearranging mode dropped)
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
package pkg;
|
||||
|
||||
class TestLineNumbersMatch {
|
||||
|
||||
|
||||
|
||||
void m1(boolean b) {
|
||||
if(b) {
|
||||
System.out.println("a");
|
||||
} else {
|
||||
System.out.println("b");
|
||||
} }
|
||||
|
||||
void m2() {
|
||||
(new Runnable() {
|
||||
|
||||
public void run() {
|
||||
System.out.println("run with me");
|
||||
}
|
||||
}).run();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user