Rendering package FQ names instead of short names.
This commit is contained in:
@@ -12,11 +12,11 @@ public open class DeeplyNestedStatic : java.lang.Object {
|
||||
}
|
||||
}
|
||||
|
||||
package DeeplyNestedStatic {
|
||||
package test.DeeplyNestedStatic {
|
||||
|
||||
package Foo {
|
||||
package test.DeeplyNestedStatic.Foo {
|
||||
|
||||
package Bar {
|
||||
package test.DeeplyNestedStatic.Foo.Bar {
|
||||
public open fun method(): jet.Unit
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user