codegen: handle exceptions of a method
[mate.git] / tests / ClassPath2.java
1 package tests;
2
3 public class ClassPath2 {
4         public static void main(String args[]) {
5                 path.test.ClassPath1.hello();
6         }
7 }