Skip to content

Instantly share code, notes, and snippets.

@ron623
Created February 4, 2015 02: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 ron623/6e2b7b058b76f9dae5a7 to your computer and use it in GitHub Desktop.
Save ron623/6e2b7b058b76f9dae5a7 to your computer and use it in GitHub Desktop.
public class ObjectTest {
public ObjectTest(int b) {
// TODO 自動生成されたコンストラクター・スタブ
a = b;
}
final int a;
ObjectTest objTst = new ObjectTest(100);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment