Method sepatators: show separator between companion object and function
#KT-24352 Fixed
This commit is contained in:
committed by
Vladimir Dolzhenko
parent
5942446274
commit
e8aa14a283
@@ -39,4 +39,8 @@ class Foo {
|
||||
<lineMarker descr="null">fun</lineMarker> f1() = 1
|
||||
|
||||
<lineMarker descr="null">fun</lineMarker> f2() = 2
|
||||
|
||||
<lineMarker descr="null">companion</lineMarker> object {
|
||||
const val C = 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user