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
@@ -1,6 +1,7 @@
|
||||
open class Library() {
|
||||
public val myString: String? = null
|
||||
}
|
||||
|
||||
open class User() {
|
||||
open fun main() {
|
||||
Library.myString?.isEmpty()
|
||||
|
||||
Reference in New Issue
Block a user