FE 1.0: spread OptIn markers to children except fake override case
#KT-49001 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
3045a5e920
commit
69e06a242a
+2
-2
@@ -52,7 +52,7 @@ package usage3
|
||||
import api.*
|
||||
|
||||
fun use1() {
|
||||
<!OPT_IN_USAGE!>C<!>.D.E.F()
|
||||
<!OPT_IN_USAGE!>C<!>.<!OPT_IN_USAGE!>D<!>.<!OPT_IN_USAGE!>E<!>.<!OPT_IN_USAGE!>F<!>()
|
||||
}
|
||||
|
||||
fun use2(f: <!OPT_IN_USAGE!>C<!>.D.E.F) = f.hashCode()
|
||||
fun use2(f: <!OPT_IN_USAGE!>C<!>.<!OPT_IN_USAGE!>D<!>.<!OPT_IN_USAGE!>E<!>.<!OPT_IN_USAGE!>F<!>) = <!OPT_IN_USAGE!>f<!>.<!OPT_IN_USAGE!>hashCode<!>()
|
||||
|
||||
Reference in New Issue
Block a user