class com.google.common.testing.FakeTickerTest$2 extends java.lang.Object implements java.util.concurrent.Callable
{
final com.google.common.testing.FakeTicker val$ticker;
void <init>(com.google.common.testing.FakeTickerTest, com.google.common.testing.FakeTicker)
{
com.google.common.testing.FakeTicker v;
com.google.common.testing.FakeTickerTest$2 v;
com.google.common.testing.FakeTickerTest v;
v := @this: com.google.common.testing.FakeTickerTest$2;
v := @parameter: com.google.common.testing.FakeTickerTest;
v := @parameter: com.google.common.testing.FakeTicker;
v.<com.google.common.testing.FakeTickerTest$2: com.google.common.testing.FakeTicker val$ticker> = v;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Void call() throws java.lang.Exception
{
com.google.common.testing.FakeTicker v;
com.google.common.testing.FakeTickerTest$2 v;
v := @this: com.google.common.testing.FakeTickerTest$2;
v = v.<com.google.common.testing.FakeTickerTest$2: com.google.common.testing.FakeTicker val$ticker>;
virtualinvoke v.<com.google.common.testing.FakeTicker: long read()>();
return null;
}
}