KT-9839: intention introduced: convert primary constructor to secondary one
(cherry picked from commit 93aaa48)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
d4418d5686
commit
7f50e6e70e
+7
@@ -0,0 +1,7 @@
|
||||
class UseParam {
|
||||
constructor(x: Int) {
|
||||
this.y = x
|
||||
}
|
||||
|
||||
val y: Int
|
||||
}
|
||||
Reference in New Issue
Block a user