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
@@ -0,0 +1,4 @@
//file
interface A {
class B {}
}