| public final class Test /* Test*/ { |
| @MyAnnotation5() |
| @org.jetbrains.annotations.NotNull() |
| private @org.jetbrains.annotations.NotNull() java.lang.String bar; |
| |
| @MyAnnotation() |
| @org.jetbrains.annotations.NotNull() |
| public final @org.jetbrains.annotations.NotNull() java.lang.String getBar();// getBar() |
| |
| @MyAnnotation2() |
| public final void setBar(@MyAnnotation3() @org.jetbrains.annotations.NotNull() @org.jetbrains.annotations.NotNull() java.lang.String);// setBar(@org.jetbrains.annotations.NotNull() java.lang.String) |
| |
| @org.jetbrains.annotations.NotNull() |
| public final @org.jetbrains.annotations.NotNull() kotlin.Unit getFooP(@MyAnnotation7() @MyAnnotation8() int);// getFooP(@MyAnnotation8() int) |
| |
| public Test(@MyAnnotation6() @org.jetbrains.annotations.NotNull() @org.jetbrains.annotations.NotNull() java.lang.String);// .ctor(@org.jetbrains.annotations.NotNull() java.lang.String) |
| |
| public final void fooF(@MyAnnotation7() @MyAnnotation8() int);// fooF(@MyAnnotation8() int) |
| |
| public final void fooWithNullableReceiver(@MyAnnotation7() @org.jetbrains.annotations.Nullable() @MyAnnotation8() @org.jetbrains.annotations.Nullable() java.lang.Integer, long);// fooWithNullableReceiver(@MyAnnotation8() @org.jetbrains.annotations.Nullable() java.lang.Integer, long) |
| |
| public final void setFooP(@MyAnnotation7() @MyAnnotation8() int, @org.jetbrains.annotations.NotNull() @org.jetbrains.annotations.NotNull() kotlin.Unit);// setFooP(@MyAnnotation8() int, @org.jetbrains.annotations.NotNull() kotlin.Unit) |
| } |