Fixed KT-4417 Converter from java to kotlin incorrectly places nested classes under class object

#KT-4417 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-06-11 15:18:53 +04:00
parent ed290178d5
commit b00316f93a
29 changed files with 204 additions and 147 deletions
@@ -1,5 +1,3 @@
class S() {
class object {
class Inner()
}
class Inner()
}