[Test] Add proper annotation target in SupertypesAndBounds test

This commit is contained in:
Dmitriy Novozhilov
2021-04-12 11:18:02 +03:00
committed by TeamCityServer
parent 0b2943d34c
commit aec13defc4
3 changed files with 3 additions and 2 deletions
@@ -1,4 +1,4 @@
public final annotation class A : R|kotlin/Annotation| {
@R|kotlin/annotation/Target|(allowedTargets = <implicitArrayOf>(R|kotlin/annotation/AnnotationTarget.TYPE|())) public final annotation class A : R|kotlin/Annotation| {
public constructor(): R|test/A|
}