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