Create from Usage: Add delegation call to secondary constructor declaration
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// "Create secondary constructor" "true"
|
||||
open class Base()
|
||||
|
||||
class Creation {
|
||||
constructor(f: Int)
|
||||
}
|
||||
val v = Creation(<caret>)
|
||||
Reference in New Issue
Block a user