Package org.stjs.generator.exec.inheritance

Source Code of org.stjs.generator.exec.inheritance.Inheritance2

package org.stjs.generator.exec.inheritance;

import org.stjs.generator.exec.inheritance.Inheritance.C;

public class Inheritance2 {
  public static int main(String[] args) {
    C c = new C();
    return c.method1(1);
  }
}
TOP

Related Classes of org.stjs.generator.exec.inheritance.Inheritance2

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.