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

@@ -466,7 +466,7 @@ method {
#### onNoSuchMethod [method]
```kotlin
inline fun onNoSuchMethod(initiate: (Throwable) -> Unit): Result
inline fun onNoSuchMethod(result: (Throwable) -> Unit): Result
```
**变更记录**