Skip to content

Instantly share code, notes, and snippets.

@florina-muntenescu
Last active January 21, 2020 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save florina-muntenescu/231a5efd9058e940b2a59a446e29a515 to your computer and use it in GitHub Desktop.
Save florina-muntenescu/231a5efd9058e940b2a59a446e29a515 to your computer and use it in GitHub Desktop.
Inline classes - parameter decompiled
/* Copyright 2019 Google LLC.
SPDX-License-Identifier: Apache-2.0 */
public final class DoggoId implements Id {
private final long id;
public final long getId() {
return this.id;
}
// $FF: synthetic method
@NotNull
public static final DoggoId box_impl/* $FF was: box-impl*/(long v) {
return new DoggoId(v);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment