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()
|
||||
Reference in New Issue
Block a user