JavaCompilerCore/resources/bytecode/javFiles/MethodsEasy.jav

8 lines
97 B
Plaintext
Raw Normal View History

2017-03-15 15:17:07 +00:00
class Methods {
2017-03-15 15:54:43 +00:00
mt4(a,b,c) { return a.mt3(b).mt3(c) ; }
2017-03-15 15:17:07 +00:00
2017-03-16 19:02:53 +00:00
mt3(a) {return a.mt3(a); }
2017-03-15 15:17:07 +00:00
}