Exception in thread "main" java.lang.Error: Unresolved compilation problem: The operator ! is undefined for the argument type(s) short at MainClass.main(MainClass.java:4)
The expression !s won't compile.