mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
Added tests with SAM adapters in "invoke" convention.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class JavaClass {
|
||||
void invoke(Runnable i) {
|
||||
i.run();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user