📜  如果 this() 和 super() 在方法中使用会是什么行为? - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:58.403000             🧑  作者: Mango

代码示例1
this() and super() cannot be used in a method. This throws compile time error.