Initial commit from SVN.
This commit is contained in:
12
Foundation Test/src/com/de22/javabytecode/SampleB.java
Normal file
12
Foundation Test/src/com/de22/javabytecode/SampleB.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package com.de22.javabytecode;
|
||||
|
||||
/**
|
||||
* Copyright Declarative Engineering LLC 2008<p>
|
||||
* Sample code used by the byte code system to test reverse engineering.
|
||||
*/
|
||||
public class SampleB {
|
||||
public static void main(String[] args) {
|
||||
ISampleA sample = new ChildOfA();
|
||||
System.out.println(sample.perform());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user