Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Java by dhs ( 8 years ago )
public class Test {
public static void main(String args[]) {
m1();
}
static void m1()// Line 5
{
Test t1 = new Test();
Test t2 = new Test();
}
}
Revise this Paste