public class Caveat4 { public static void main(String[] args) { short a, b; a = 2; b = -a; // Error... } }