Files
kotlin/compiler/testData/loadJava/compiledJava/sam/adapters/Constructor.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
114 B
Plaintext
Vendored

package test
public open class Constructor {
public constructor Constructor(/*0*/ p0: java.lang.Runnable!)
}