K1/K2: add tests for KT-58766
This commit is contained in:
committed by
Space Team
parent
f7aae5b0d4
commit
6268cfedab
+6
-1
@@ -95,5 +95,10 @@ class OuterKlass {
|
|||||||
|
|
||||||
<!SUBCLASS_OPT_IN_INAPPLICABLE!>@SubclassOptInRequired(ApiMarker::class)<!>
|
<!SUBCLASS_OPT_IN_INAPPLICABLE!>@SubclassOptInRequired(ApiMarker::class)<!>
|
||||||
sealed interface NestedSealedInterface
|
sealed interface NestedSealedInterface
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
interface Interface
|
||||||
|
|
||||||
|
<!WRONG_ANNOTATION_TARGET!>@SubclassOptInRequired(ApiMarker::class)<!>
|
||||||
|
typealias TypeAlias = Interface
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user