7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
|
class InnerInf {
|
||
|
m(a, b) {
|
||
|
var i;
|
||
|
a = i;
|
||
|
b = i;
|
||
|
}
|
||
|
}
|