CLOVIS
02/18/2025, 8:06 AMfun foo() { TODO() }
val f = ::foo
f()
Does this use a reflection call? Even though KFunction is in the reflect package, I would assume this particular case would be handled specially?ephemient
02/18/2025, 9:53 AMinvoke wouldn't involve any reflect machineryephemient
02/18/2025, 9:55 AMf.toString() will cause reflection metadata to be loaded