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
Welcome to Scala2.13.8 (OpenJDK64-BitServerVM, Java11.0.14).
Type in expressions for evaluation. Ortry:help.
scala>new java.time.Instant
java.lang.NoSuchMethodError: java.time.Instant: method 'void <init>()' not found
... 35 elided
Problem
java.time.Instant doesn't have a default constructor but the compiler seems to think that it does.