Files
kotlin/compiler/testData/loadJava/compiledJava/sam/adapters/ConstructorWithAnnotations.txt
Mikhail Zarechenskiy 011231f2ab Collect sam adapters for constructors in synthetic scope
Also place computation of synthetic constructors under one function
2017-06-16 16:44:52 +03:00

6 lines
204 B
Plaintext
Vendored

package test
public open class ConstructorWithAnnotations {
public constructor ConstructorWithAnnotations(/*0*/ p0: java.lang.Runnable!, /*1*/ @org.jetbrains.annotations.NotNull p1: kotlin.String)
}