Method sepatators: separate single-expression functions (KT-30782)
#KT-30782 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
ade51588f9
commit
bd661fcf82
@@ -33,5 +33,10 @@ class Foo {
|
||||
}
|
||||
|
||||
<lineMarker descr="null">fun</lineMarker> quux() {}
|
||||
fun xyzzy() {}
|
||||
|
||||
<lineMarker descr="null">fun</lineMarker> xyzzy() {}
|
||||
|
||||
<lineMarker descr="null">fun</lineMarker> f1() = 1
|
||||
|
||||
<lineMarker descr="null">fun</lineMarker> f2() = 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user