FIR checker: report UNINITIALIZED_ENUM_(ENTRY|COMPANION)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
ad9b962536
commit
619360fe4d
@@ -23,7 +23,7 @@ enum class Planet(val m: Double, internal val r: Double) {
|
||||
}
|
||||
};
|
||||
|
||||
val g: Double = G * m / (r * r)
|
||||
val g: Double = <!UNINITIALIZED_VARIABLE!>G<!> * m / (r * r)
|
||||
|
||||
abstract fun sayHello()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user