When I have a `inner class MyTask : TimerTask()` i...
# getting-started
m
When I have a
inner class MyTask : TimerTask()
inside
MyTestClass
, how do I instantiate that from outside of
MyTestClass
? The compiler gives me a "Unresolved reference" error for
MyTestClass.MyTask()
.