Files
kotlin-fork/idea/testData/fir/multiModule/basicWithAnnotatedJava/extraDump.java.txt
T
2020-02-19 18:09:04 +03:00

7 lines
238 B
Plaintext
Vendored

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