Get rid of LoadJavaDescriptorsTest.
Implement the same test via existing LoadJavaDescriptorsTest. Move test data.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
|
||||
class A implements B.C {
|
||||
}
|
||||
|
||||
class B {
|
||||
B(C c) {}
|
||||
|
||||
interface C {
|
||||
}
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
|
||||
class StaticFinal {
|
||||
public static final String foo = "aaa";
|
||||
}
|
||||
Reference in New Issue
Block a user