Create from Usage: Add delegation call to secondary constructor declaration
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// "Create secondary constructor" "true"
|
||||
// ERROR: There's a cycle in the delegation calls chain
|
||||
class Creation(val f: Int)
|
||||
val v = Creation(<caret>)
|
||||
Reference in New Issue
Block a user