1 /** 2 * Try to make this check pass 3 * ``` 4 * if(1 > 2) 5 * ``` 6 * Or just piece of html 7 * ``` 8 * <p>1 = 3</p> 9 * ``` 10 */ hackTheArithmeticnull11 fun hackTheArithmetic(){ 12 valueOf(1) { 13 set(3) 14 } 15 }