Hullaballoonatic
data class Node(val value: Int) val foo: Node val bar: Node if (foo > bar) ... if (foo > 42) ...