Forgot x here

This commit is contained in:
Victorious3 2023-01-17 16:05:15 +01:00
parent abe7553c37
commit db089bea60

View File

@ -7,6 +7,6 @@ class Generics4<B extends String> {
}
m2(x) {
return m1();
return m1(x);
}
}