Report UNINITIALIZED_VARIABLE also for qualified object property #KT-12809 Fixed
(cherry picked from commit 7b2857f)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
35446037bb
commit
0c98231f53
+1
-1
@@ -29,7 +29,7 @@ enum class D(val x: Int) {
|
||||
}
|
||||
|
||||
enum class E(val v: Int) {
|
||||
E1(Nested.COPY);
|
||||
E1(Nested.<!UNINITIALIZED_VARIABLE!>COPY<!>);
|
||||
|
||||
object Nested {
|
||||
val COPY = E1.v
|
||||
|
||||
Reference in New Issue
Block a user