Convert primary constructor to secondary: KNPE fixed #KT-14745 Fixed
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
|
||||
class My<caret>(: Int)
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
|
||||
class My {
|
||||
constructor(: Int)
|
||||
}
|
||||
Reference in New Issue
Block a user