blob: bc399ac9e91cae4717e240d4d34ad72064e95fa1 [file] [log] [blame]
// Copyright (c) 2019, the R8 project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package j$.time;
public class Instant {
public static Instant ofEpochSecond(long seconds, long nanos) {
return null;
}
public long getEpochSecond() {
return 0L;
}
public int getNano() {
return 0;
}
}