Make public: reformat after removing primary constructor visibility modifier

#KT-29444 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-01-25 05:38:00 +03:00
committed by Nikolay Krasko
parent c2968b6a68
commit 6f7830a4b2
6 changed files with 6 additions and 6 deletions
@@ -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,2 +1,2 @@
// INTENTION_TEXT: Make public
class C <caret>(val v: Int)
class C<caret>(val /* check no reformat here */ v: Int)