This commit is contained in:
LingCoder
2020-01-09 10:46:31 +08:00
parent a629f2ef8d
commit 2913b9bc6c

View File

@@ -1112,7 +1112,7 @@ public class Adventure {
x.swim();
}
public staic void v(CanFly x) {
public static void v(CanFly x) {
x.fly();
}