IDEA-149077 Default decompiler is chosen for several classes instead of Fernflower - tests
This commit is contained in:
25
testData/obfuscated/ao.java
Normal file
25
testData/obfuscated/ao.java
Normal file
@@ -0,0 +1,25 @@
|
||||
import java.lang.Thread.State;
|
||||
|
||||
public class ao implements Comparable<ao> {
|
||||
protected String a;
|
||||
protected State b;
|
||||
protected double c;
|
||||
protected long d;
|
||||
protected long e;
|
||||
|
||||
public String a() {
|
||||
return this.a;
|
||||
}
|
||||
|
||||
public State b() {
|
||||
return this.b;
|
||||
}
|
||||
|
||||
public double c() {
|
||||
return this.c;
|
||||
}
|
||||
|
||||
public int a(ao param1) {
|
||||
// $FF: Couldn't be decompiled
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user