3 fun test(m: Int, <bold>n: Int</bold>) {
4 	val x = if (m > 1) <bold>n</bold> else 1
4 		val <bold>x = if (m > 1) n else 1</bold>
