cdurham
fun incTest() { var x = 5 x.inc() x++ }
public static final void incTest() { byte x = 5; int var10000 = x + 1; int x1 = x + 1; }