Add test for SAM adapter.
This commit is contained in:
committed by
Dmitry Petrov
parent
a4b9f6b215
commit
513ef0c1c8
@@ -0,0 +1,7 @@
|
||||
// FULL_JDK
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun test1() {
|
||||
val hello = Runnable { println("Hello, world!") }
|
||||
hello.run()
|
||||
}
|
||||
Reference in New Issue
Block a user