Implémentation compatibility checker
This commit is contained in:
5
src/Iterator.java
Normal file
5
src/Iterator.java
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
package src;
|
||||||
|
|
||||||
|
public class Iterator<T> {
|
||||||
|
|
||||||
|
}
|
||||||
5
tests/test.java
Normal file
5
tests/test.java
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
package tests;
|
||||||
|
|
||||||
|
public class test {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user