PS
Size: a a a
GN

Г🌝
Г🌝
НК
YZ
Г🌝
T
class Parent {
list(){
}
}
class Child extends Parent {
static foo(){
return super.list();
}
}
Child.foo()
ругается (intermediate value).list is not a function
Г🌝
DD
R
Г🌝
T
A
Г🌝
T
A
YZ
Г🌝