mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-19 15:52:28 +00:00
Rendering package FQ names instead of short names.
This commit is contained in:
@@ -5,6 +5,6 @@ public open class Simple : java.lang.Object {
|
||||
public open fun foo(): jet.Unit
|
||||
}
|
||||
|
||||
package Simple {
|
||||
package test.Simple {
|
||||
public open fun bar(): jet.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user