FIR: spread OptIn markers to children except fake override case
This commit implements KT-49001 for FIR
This commit is contained in:
committed by
TeamCityServer
parent
69e06a242a
commit
a76aee9b69
+1
-1
@@ -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<!>()
|
||||
|
||||
Reference in New Issue
Block a user