Use OPT_IN instead of EXPERIMENTAL in diagnostic names
This commit is contained in:
committed by
TeamCityServer
parent
2f07589b42
commit
3febabe977
Vendored
+1
-1
@@ -6,7 +6,7 @@
|
||||
annotation class E
|
||||
|
||||
class My {
|
||||
<!EXPERIMENTAL_ANNOTATION_ON_OVERRIDE_WARNING!>@E<!>
|
||||
<!OPT_IN_MARKER_ON_OVERRIDE_WARNING!>@E<!>
|
||||
override fun hashCode() = 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user