Supported Kotlin usages of Java class in automatic variable renamer.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
class BarImpl : Bar()
|
||||
|
||||
object BarObj : Bar()
|
||||
object BarObj : Bar()
|
||||
|
||||
val bar: Bar = Bar()
|
||||
val bars: Array<Bar> = throw Error()
|
||||
@@ -1,3 +1,6 @@
|
||||
class FooImpl : Foo()
|
||||
|
||||
object FooObj : Foo()
|
||||
object FooObj : Foo()
|
||||
|
||||
val foo: Foo = Foo()
|
||||
val foos: Array<Foo> = throw Error()
|
||||
Reference in New Issue
Block a user