Java to Kotlin converter: do not generate default field initializer when it's incorrect anyway

This commit is contained in:
Valentin Kipyatkov
2014-06-26 15:19:59 +04:00
parent 44c706eb3e
commit f8a412aea0
16 changed files with 21 additions and 22 deletions
@@ -1,5 +1,5 @@
class Test {
var str: String = 0
var str: String
class object {
{