Remove leftovers of platformName and platformStatic in test data
Drop unnecessary imports, rename some tests
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
package test;
|
||||
|
||||
class Test {
|
||||
|
||||
public static void main(String[] args) {
|
||||
A.getB();
|
||||
A.getC(A.INSTANCE);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user