You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FileChooser selectedFiles_= should not use var-args
- the previous signature `selectedFiles_=(files: File*)` does not
make sense, because we want to write that without parentheses,
and getter and setter should have matching arguments. Use
s.c.Seq now in both cases.
0 commit comments