blob: dfd23a6aab890f2d48e45db356022fb35e2cf810 [file] [log] [blame]
public open class DeeplyNestedStatic : R|kotlin/Any| {
public constructor(): R|test/DeeplyNestedStatic|
public open class Foo : R|kotlin/Any| {
public constructor(): R|test/DeeplyNestedStatic.Foo|
public open class Bar : R|kotlin/Any| {
public open static fun method(): R|kotlin/Unit|
public constructor(): R|test/DeeplyNestedStatic.Foo.Bar|
}
}
}