blob: aef3e85d4b212dac6685fa5bb7f539aa0d32be5a [file] [log] [blame]
// Copyright (c) 2023, 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 ZoneOffset {
public static ZoneOffset of(String id) {
return null;
}
public String getId() {
return null;
}
}