mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 15:51:54 +00:00
6 lines
85 B
Java
6 lines
85 B
Java
package test;
|
|
|
|
public interface SelfAsParameter {
|
|
void foo(SelfAsParameter p);
|
|
}
|