Skip to content

Instantly share code, notes, and snippets.

@mapyo
Last active December 6, 2017 18:59
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 mapyo/f9cc80e48395fb3952673cdfeb613c10 to your computer and use it in GitHub Desktop.
Save mapyo/f9cc80e48395fb3952673cdfeb613c10 to your computer and use it in GitHub Desktop.
class Penguin(java)をデコンパイルしたもの
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) ansi
package com.mapyo.kotlindataclassproguardsample;
public class c
{
public c(String s, int i, String s1)
{
a = s;
b = i;
c = s1;
}
public String a()
{
return a;
}
private final String a;
private final int b;
private final String c;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment