FIR: spread OptIn markers to children except fake override case

This commit implements KT-49001 for FIR
This commit is contained in:
Mikhail Glukhikh
2021-09-21 17:06:31 +03:00
committed by TeamCityServer
parent 69e06a242a
commit a76aee9b69
7 changed files with 27 additions and 17 deletions
@@ -55,4 +55,4 @@ fun use1() {
C.D.<!OPT_IN_USAGE!>E<!>.<!OPT_IN_USAGE!>F<!>()
}
fun use2(f: <!OPT_IN_USAGE!>C.D.E.F<!>) = <!OPT_IN_USAGE!>f<!>.hashCode()
fun use2(f: <!OPT_IN_USAGE!>C.D.E.F<!>) = <!OPT_IN_USAGE!>f<!>.<!OPT_IN_USAGE!>hashCode<!>()