Loading SAM adapters for constructors.

This commit is contained in:
Evgeny Gerashchenko
2013-06-06 23:30:03 +04:00
parent 50eb14c525
commit 5e2c3fcb50
8 changed files with 116 additions and 23 deletions

View File

@@ -0,0 +1,6 @@
package test;
public class Constructor {
public Constructor(Runnable r) {
}
}

View File

@@ -0,0 +1,6 @@
package test
public open class Constructor : java.lang.Object {
public /*synthesized*/ constructor Constructor(/*0*/ p0: (() -> jet.Unit)?)
public constructor Constructor(/*0*/ p0: java.lang.Runnable?)
}