Fixed KT-4417 Converter from java to kotlin incorrectly places nested classes under class object
#KT-4417 Fixed
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
class S() {
|
||||
class object {
|
||||
class Inner()
|
||||
}
|
||||
class Inner()
|
||||
}
|
||||
Reference in New Issue
Block a user