FIR checker: add diagnostic VAR_OVERRIDDEN_BY_VAL

This commit is contained in:
Jinseong Jeon
2021-01-28 17:52:11 -08:00
committed by Dmitriy Novozhilov
parent 80d5a1a1db
commit 3a07ca4c64
10 changed files with 36 additions and 26 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
open class Var() {
open var v : Int = 1
}