Fixed KT-4417 Converter from java to kotlin incorrectly places nested classes under class object
#KT-4417 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
//file
|
||||
interface A {
|
||||
class B {}
|
||||
}
|
||||
Reference in New Issue
Block a user