forked from JavaTX/JavaCompilerCore
Fehler in AutoOverloadingVector beheben
This commit is contained in:
parent
bb165e007d
commit
cd569a8374
@ -2,17 +2,13 @@ import java.util.Vector;
|
||||
|
||||
class AutoOverloadingVector{
|
||||
method2(p){
|
||||
|
||||
method(p);
|
||||
}
|
||||
|
||||
|
||||
method(Vector<String> p){
|
||||
method2(p.firstElement());
|
||||
}
|
||||
|
||||
|
||||
method(Vector<Integer> p){
|
||||
method2(p.firstElement());
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user