refactor: remove "" and other comments

This commit is contained in:
2023-09-27 18:17:20 +08:00
parent 6704b06dfa
commit 809220d243
19 changed files with 169 additions and 169 deletions

View File

@@ -29,15 +29,15 @@ Method/Constructor/Field match type "**TYPE**" not allowed
```kotlin
// 查找一个方法
method {
// 设置了无效的类型举例
// 设置了无效的类型举例
param(false, 1, 0)
// 设置了无效的类型举例
// 设置了无效的类型举例
returnType = false
}
// 查找一个变量
field {
// 设置了无效的类型举例
// 设置了无效的类型举例
type = false
}
```