Added tests with SAM adapter inherited in Kotlin class.

This commit is contained in:
Evgeny Gerashchenko
2013-06-20 20:47:21 +04:00
parent 5c3577dfed
commit f4c3a89408
7 changed files with 61 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
package test;
public class Super {
void foo(Runnable r);
}