blob: d078146db9b74471aad1efdd270159cd4e5cd779 [file] [log] [blame]
// Copyright (c) 2022, 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$.util.stream;
public class LongStream {
public static java.util.stream.LongStream wrap_convert(j$.util.stream.LongStream stream) {
return null;
}
public static j$.util.stream.LongStream wrap_convert(java.util.stream.LongStream stream) {
return null;
}
}