mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-05 08:31:31 +00:00
Minor, get rid of SAMs in some loadJava tests
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package test;
|
||||
|
||||
public class PrivateSamAdapter {
|
||||
private void samAdapter(SamInterface r) {
|
||||
}
|
||||
|
||||
private interface SamInterface {
|
||||
void foo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user