blob: 5f48b39cbfaae7241baa604c39b6000e8c945213 [file] [log] [blame]
Tiem Songe1dd5122019-07-03 14:16:39 -07001/**
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 */
11fun hackTheArithmetic(){
12 valueOf(1) {
13 set(3)
14 }
15}