Protect SubclassOptInRequired with opt-in marker

This commit is contained in:
Mikhail Glukhikh
2022-08-05 19:50:14 +02:00
committed by teamcity
parent 76aaecbdf0
commit 66e710704a
4 changed files with 30 additions and 3 deletions
@@ -66,6 +66,9 @@ public abstract interface annotation class kotlin/ExperimentalMultiplatform : ja
public abstract interface annotation class kotlin/ExperimentalStdlibApi : java/lang/annotation/Annotation {
}
public abstract interface annotation class kotlin/ExperimentalSubclassOptIn : java/lang/annotation/Annotation {
}
public abstract interface annotation class kotlin/ExperimentalUnsignedTypes : java/lang/annotation/Annotation {
}