forked from JavaTX/JavaCompilerCore
Forgot x here
This commit is contained in:
parent
abe7553c37
commit
db089bea60
@ -7,6 +7,6 @@ class Generics4<B extends String> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
m2(x) {
|
m2(x) {
|
||||||
return m1();
|
return m1(x);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user