[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
@JvmName()
|
||||
fun foo() {}
|
||||
|
||||
@JvmName(42)
|
||||
fun bar() {}
|
||||
|
||||
@JvmName("a", "b")
|
||||
fun baz() {}
|
||||
Reference in New Issue
Block a user