[FIR] fix contract violation from meta annotations

^KT-60448 Fixed
This commit is contained in:
Dmitrii Gridin
2023-07-18 14:13:55 +02:00
committed by Space Team
parent 480c794444
commit 7620289f6f
12 changed files with 35 additions and 10 deletions
+9
View File
@@ -0,0 +1,9 @@
// FIR_IDENTICAL
// WITH_STDLIB
annotation class AllOpen
@AllOpen
class Test {
@JvmName("g")
private fun f() {}
}