Files
kotlin-fork/compiler/testData/loadJava/compiledJava/sam/adapters/ConstructorWithAnnotations.fir.txt
T
2022-06-29 16:50:05 +00:00

5 lines
234 B
Plaintext
Vendored

public open class ConstructorWithAnnotations : R|kotlin/Any| {
public constructor(r: R|java/lang/Runnable!|, @R|org/jetbrains/annotations/NotNull|() s: R|@EnhancedNullability kotlin/String|): R|test/ConstructorWithAnnotations|
}