pattern matching for expressions

This commit is contained in:
Dmitry Jemerov
2011-05-19 16:09:31 +02:00
parent c94b5ca312
commit 92a3e9275c
6 changed files with 136 additions and 12 deletions
@@ -0,0 +1,7 @@
package jet;
/**
* @author yole
*/
public class NoPatternMatchedException extends RuntimeException {
}