Moved remaining case in LoadJavaCustomTest to generated one.
Supported multi-file cases.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
// FILE: Frame.java
|
||||
package awt;
|
||||
|
||||
public class Frame {
|
||||
|
||||
String accessibleContext = null;
|
||||
|
||||
}
|
||||
|
||||
// FILE: JFrame.java
|
||||
package test;
|
||||
|
||||
import awt.Frame;
|
||||
|
||||
public class JFrame extends Frame {
|
||||
public JFrame() {
|
||||
}
|
||||
|
||||
protected String accessibleContext = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user