[symbol lc] actualize testdata for symbol LC tests

This commit is contained in:
Ilya Kirillov
2022-04-13 09:24:03 +02:00
parent ab80dc680a
commit ffdef50424
@@ -1,6 +1,6 @@
@java.lang.annotation.Repeatable(value = TwoContainer.class)
@java.lang.annotation.Repeatable()
@kotlin.annotation.Repeatable()
public abstract @interface Two /* Two*/ {
public abstract java.lang.String name();// name()
}
}