Insert empty lines after functions and properties (KT-4002)
#KT-4002 Fixed
This commit is contained in:
@@ -8,6 +8,7 @@ class SomeTest : Test {
|
||||
override fun test() {
|
||||
<selection><caret>throw UnsupportedOperationException()</selection>
|
||||
}
|
||||
|
||||
override val testProp: Int = 0
|
||||
/**
|
||||
* test
|
||||
|
||||
Reference in New Issue
Block a user