Redundant companion reference: fix false positive with Java synthetic property
#KT-33771 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
d72e55d1b7
commit
89180e2650
@@ -0,0 +1,9 @@
|
||||
class Foo : Bar() {
|
||||
fun test(): String {
|
||||
return <caret>Companion.bar
|
||||
}
|
||||
|
||||
companion object {
|
||||
val bar: String = "bar"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user