JavaPatternMatching/test/parser/StructuralTypes.jav

6 lines
58 B
Plaintext
Raw Normal View History

2017-02-10 16:37:42 +00:00
class A {
mt(x, y, z) { return x.sub(y).add(z); }
}