Add tests for KT-12199 to prevent regression
#KT-12199 Obsolete
Original commit: 712b2c8117
This commit is contained in:
@@ -8,6 +8,10 @@ internal annotation class InternalFileAnnotation1()
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
internal annotation class InternalClassAnnotation1()
|
||||
|
||||
@Target(AnnotationTarget.FUNCTION)
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
internal annotation class InternalFunctionAnnotation1()
|
||||
|
||||
internal open class InternalClass1
|
||||
|
||||
abstract class ClassA1(internal val member: Int)
|
||||
|
||||
Reference in New Issue
Block a user