[K2/N] Add klib contents serialization tests from old testinfra
Merge-request: KT-MR-8509 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
8bc2aaa295
commit
debbfa8397
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
enum class My { ALPHA, BETA, OMEGA }
|
||||
|
||||
annotation class ann(vararg val m: My)
|
||||
|
||||
@ann(My.ALPHA, My.BETA) annotation class annotated
|
||||
Reference in New Issue
Block a user