Converter:

Preserve white spaces for top members (classes, package statements, comments)
This commit is contained in:
Pavel Talanov
2013-12-09 19:59:49 +04:00
committed by Pavel V. Talanov
parent 098a80a2af
commit d69c61c972
101 changed files with 162 additions and 34 deletions
@@ -3,13 +3,16 @@ package demo
class Container() {
var myInt: Int = 1
}
class One() {
class object {
var myContainer: Container = Container()
}
}
class IntContainer(i: Int) {
}
class Test() {
fun putInt(i: Int) {
}