Test with calling abstract wrapper which is implemented in Kotlin.

This commit is contained in:
Evgeny Gerashchenko
2013-06-21 00:13:32 +04:00
parent 1f2676becd
commit b4ce39aeb1
3 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
interface JavaInterface {
void run(Runnable r);
}