If you're curious about the gory details: when you...
# kobalt
c
If you're curious about the gory details: when you declare a
val f = ...
in a build file, it's generated as a getter in bytecode and Kobalt invokes that getter to get the value. And your getter takes an argument, hence BOOM