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

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