Converter:
Preserve white spaces for top members (classes, package statements, comments)
This commit is contained in:
committed by
Pavel V. Talanov
parent
098a80a2af
commit
d69c61c972
@@ -6,6 +6,7 @@ open class Foo() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
open class User() {
|
||||
open fun main() {
|
||||
var boo: Foo.Bar? = Foo.Bar()
|
||||
|
||||
Reference in New Issue
Block a user