T3.java:20: error: reference to m is ambiguous, both method m(int,double) in T3.Brick and method m(double,int) in T3.Brick match
			m(1,2);
			^
1 error
