Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createSecondaryConstructor/noParametersThisCall.kt
T

4 lines
149 B
Kotlin
Vendored

// "Create secondary constructor" "true"
// ERROR: There's a cycle in the delegation calls chain
class Creation(val f: Int)
val v = Creation(<caret>)