codegen: handle exceptions of a method
[mate.git] / tests / JARUsage1.java
1 package tests;
2
3 public class JARUsage1 {
4         public static void main(String []args) {
5                 javaapplication2.NewClass.OHAI();
6         }
7 }