mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-15 15:29:22 +00:00
6 lines
69 B
Java
6 lines
69 B
Java
package source.structural.defaultMethods;
|
|
|
|
public interface II1 {
|
|
|
|
}
|