Method sepatators: separate single-expression functions (KT-30782)

#KT-30782 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-06-10 17:25:43 +09:00
committed by Nikolay Krasko
parent ade51588f9
commit bd661fcf82
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -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
}