Join Slack
Powered by
I am running into an issue with default arguments....
# multiplatform
e
edwinRNDR
04/02/2021, 4:44 PM
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?
Open in Slack
Previous
Next