Added tests with SAM adapter overridden in Kotlin class.
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
public class Sub: Super() {
|
||||
override fun foo(r: (() -> Unit)?) {
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
package test;
|
||||
|
||||
public class Super {
|
||||
void foo(Runnable r);
|
||||
}
|
||||
Reference in New Issue
Block a user