Changed constructor to package private

This commit is contained in:
2022-05-17 01:32:21 +08:00
parent 2e03a557d6
commit 6608c2b6c6
32 changed files with 74 additions and 63 deletions

View File

@@ -57,7 +57,7 @@ inline fun method(initiate: MethodFinder.() -> Unit): MethodFinder.Result.Instan
### SuperClass [class]
```kotlin
inner class SuperClass
inner class SuperClass internal constructor()
```
**变更记录**