Insert empty lines after functions and properties (KT-4002)
#KT-4002 Fixed
This commit is contained in:
@@ -5,6 +5,7 @@ class A<T>(val n: T) {
|
||||
throw UnsupportedOperationException("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
}
|
||||
}
|
||||
|
||||
class B<T>(val m: T)
|
||||
|
||||
fun test(): B<String> {
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ class A<T>(val n: T) {
|
||||
throw UnsupportedOperationException("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
}
|
||||
}
|
||||
|
||||
class B<T>(val m: T)
|
||||
|
||||
fun test<U, V>(u: U): B<V> {
|
||||
|
||||
Reference in New Issue
Block a user