annotation class Ann(val value: Int) fun foo(): Int { val x = 3 @Ann(x) val y = 5 return y }