Add tests for KT-12199 to prevent regression

#KT-12199 Obsolete
This commit is contained in:
Zalim Bashorov
2017-04-10 20:00:45 +03:00
parent ab2dbba249
commit 712b2c8117
4 changed files with 51 additions and 7 deletions
@@ -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)