725df49c8c
(cherry picked from commit f3fa779)
7 lines
107 B
Kotlin
Vendored
7 lines
107 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
class WithDelegation {
|
|
constructor()
|
|
|
|
constructor<caret>(x: Int): this()
|
|
} |