IR: copy anonymous initializer annotations properly #KT-48687 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
annotation class SomeAnn
|
||||
|
||||
@SomeAnn
|
||||
class My {
|
||||
init {
|
||||
val x = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user