Use OPT_IN instead of EXPERIMENTAL in diagnostic names
This commit is contained in:
committed by
TeamCityServer
parent
2f07589b42
commit
3febabe977
@@ -31,7 +31,7 @@ package usage2
|
||||
import api.*
|
||||
|
||||
// TODO: there should be no warning here
|
||||
@Anno(<!EXPERIMENTAL_API_USAGE!>MEANING<!>)
|
||||
@Anno(<!OPT_IN_USAGE!>MEANING<!>)
|
||||
fun usage() {}
|
||||
|
||||
// FILE: usage-none.kt
|
||||
@@ -40,5 +40,5 @@ package usage3
|
||||
|
||||
import api.*
|
||||
|
||||
@Anno(<!EXPERIMENTAL_API_USAGE!>MEANING<!>)
|
||||
@Anno(<!OPT_IN_USAGE!>MEANING<!>)
|
||||
fun usage() {}
|
||||
|
||||
Reference in New Issue
Block a user