提交 24f86236 编写于 作者: 梦境迷离's avatar 梦境迷离

update readme

上级 2dcaaba8
......@@ -6,4 +6,6 @@
/target/scala-2.13/test-classes/
.idea/
*.iml
.bsp
\ No newline at end of file
.bsp
examples212/target/
examples213/target/
\ No newline at end of file
......@@ -28,7 +28,7 @@ println(new TestClass(1, 2));
```
|withInternalField / withFieldName| false |true
| ---- | ---- |----|
| --------------------------------- | ---------------------------------- |----------------------------------|
|false|```TestClass(1, 2)``` |```TestClass(i=0, j=2)```|
|true|```TestClass(1, 2, 0, hello, world)```|```TestClass(i=1, j=2, y=0, z=hello, x=world)```|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册