Files
kotlin-fork/idea/testData/intentions/convertPrimaryConstructorToSecondary/delegation.kt
T

5 lines
88 B
Kotlin
Vendored

// IS_APPLICABLE: false
interface Base
class Foo(<caret>s: String, b: Base): Base by b