Make public: reformat after removing primary constructor visibility modifier
#KT-29444 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
c2968b6a68
commit
6f7830a4b2
@@ -1,2 +1,2 @@
|
||||
// INTENTION_TEXT: Make public
|
||||
class C <caret>private constructor(val v: Int)
|
||||
class C <caret>private constructor(val /* check no reformat here */ v: Int)
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
// INTENTION_TEXT: Make public
|
||||
class C <caret>(val v: Int)
|
||||
class C<caret>(val /* check no reformat here */ v: Int)
|
||||
Reference in New Issue
Block a user