NJ2K: preserve annotations while converting class to object

#KT-38879 fixed
This commit is contained in:
Ilya Kirillov
2020-08-18 14:15:48 +03:00
parent 3d517c3656
commit d5d57f84e0
4 changed files with 18 additions and 1 deletions
@@ -0,0 +1,6 @@
@interface Foo
@Foo
class A {
static void bar() {}
}