Is it intended that using function reference on a ...
# kotlin-native
h
Is it intended that using function reference on a frozen(
myObj::func
) object throws an error, but if you make a val out of it before freezing it works fine?
o
Could you please provide self-containing snippets?
h
I will some time later
Can't reproduce it anymore because I changed lot's of code. Had to do something with cyclic lazy references.