Added test for inheritor renamer (Kotlin subclasses of Java class).
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class Bar {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
class BarImpl : Bar()
|
||||
|
||||
object BarObj : Bar()
|
||||
Reference in New Issue
Block a user