Hullaballoonatic
import foo.Foo @innerOf(Foo) inner class Bar
import foo.Foo @innerOf(Foo.Bar) fun bar() = "blah"
gildor