IDEA-149077 Default decompiler is chosen for several classes instead of Fernflower - tests
This commit is contained in:
18
testData/obfuscated/a0.java
Normal file
18
testData/obfuscated/a0.java
Normal file
@@ -0,0 +1,18 @@
|
||||
import java.util.List;
|
||||
import javax.xml.xpath.XPathExpressionException;
|
||||
|
||||
public interface a0 {
|
||||
a0 a(String var1) throws XPathExpressionException;
|
||||
|
||||
List<a0> b(String var1) throws XPathExpressionException;
|
||||
|
||||
a0[] c(String var1) throws XPathExpressionException;
|
||||
|
||||
String d(String var1) throws XPathExpressionException;
|
||||
|
||||
o e(String var1) throws XPathExpressionException;
|
||||
|
||||
boolean f(String var1) throws XPathExpressionException;
|
||||
|
||||
String a();
|
||||
}
|
||||
Reference in New Issue
Block a user