Specification callback code style

This commit is contained in:
2022-05-30 04:52:09 +08:00
parent 4c9cf2b3bd
commit 9f13c1463d
22 changed files with 111 additions and 111 deletions

View File

@@ -268,7 +268,7 @@ fun give(): Field?
#### onNoSuchField [method]
```kotlin
fun onNoSuchField(initiate: (Throwable) -> Unit): Result
fun onNoSuchField(result: (Throwable) -> Unit): Result
```
**变更记录**