I am running into an issue with default arguments....
# multiplatform
e
I am running into an issue with default arguments. I specify default argument values for functions inside an
expect class A
. But when I use functions of that class
A
from code in
jvmMain
the compiler doesn't seem to recognize the default argument values. Is this expected?