Files
kotlin-fork/idea/testData/fir/multiModule/basicWithAnnotatedJava/extraDump.java.txt
T

5 lines
213 B
Plaintext
Vendored

public open class Annotated : R|java/lang/Object| {
@R|org/jetbrains/annotations/NotNull|() public open operator fun foo(@R|org/jetbrains/annotations/Nullable|() param: R|kotlin/String|?): R|kotlin/String|
}