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
@@ -4,6 +4,7 @@ open class Map() {
|
||||
open fun <K, V> put(k: K?, v: V?) {
|
||||
}
|
||||
}
|
||||
|
||||
open class U() {
|
||||
open fun test() {
|
||||
var m: Map? = Map()
|
||||
|
||||
Reference in New Issue
Block a user