hallvard
09/22/2021, 8:57 PMexpect
declaration, since actual
functions cannot have default argument values. I have the @JvmOverloads
annotation in the actual implementation (Idea warns me it has no effect since there are no default arguments), and also tried to include it in the expect implementation (no warning from Idea), but to no avail. So my test doesn't compile and cannot run ... What did I miss?hallvard
09/22/2021, 9:04 PM