未验证 提交 edb4b0f4 编写于 作者: H Hollis 提交者: GitHub

Merge pull request #37 from ICEZz/master

Update java-pass-by.md
......@@ -51,7 +51,7 @@ public static void main(String[] args) {
ParamTest pt = new ParamTest();
int i = 10;
pt.pass(10);
pt.pass(i);
System.out.println("print in main , i is " + i);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册