Redundant qualifier name: fix false positive with same name variable
#KT-39200 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
bf26d87ee9
commit
ba5e643cb2
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
// PROBLEM: none
|
||||
// WITH_RUNTIME
|
||||
sealed class Foo {
|
||||
object BAR : Foo()
|
||||
|
||||
companion object {
|
||||
val BAR: Foo by lazy { <caret>Foo.BAR }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user