Insert empty lines after functions and properties (KT-4002)
#KT-4002 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
trait Some {
|
||||
fun f1()
|
||||
fun f2()
|
||||
}
|
||||
|
||||
abstract class Abstract() {
|
||||
abstract fun f1()
|
||||
abstract fun f2()
|
||||
}
|
||||
Reference in New Issue
Block a user