JavaPatternMatching/test/bytecode/Matrix_lambda3.jav

4 lines
44 B
Plaintext
Raw Normal View History

class Matrix3 {
op = (f) -> f.apply();
}