Rendering package FQ names instead of short names.
This commit is contained in:
@@ -13,6 +13,6 @@ public open class RawSuperType : java.lang.Object {
|
||||
}
|
||||
}
|
||||
|
||||
package RawSuperType {
|
||||
package test.RawSuperType {
|
||||
public /*synthesized*/ fun </*0*/ T> Super(/*0*/ function: (T?) -> jet.Unit): test.RawSuperType.Super<T>
|
||||
}
|
||||
|
||||
+1
-1
@@ -15,6 +15,6 @@ public trait TwoSuperclassesInconsistentGenericTypes : java.lang.Object {
|
||||
}
|
||||
}
|
||||
|
||||
package TwoSuperclassesInconsistentGenericTypes {
|
||||
package test.TwoSuperclassesInconsistentGenericTypes {
|
||||
public /*synthesized*/ fun Other(/*0*/ function: () -> jet.MutableList<jet.String>?): test.TwoSuperclassesInconsistentGenericTypes.Other
|
||||
}
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ public trait TwoSuperclassesVarargAndNot : java.lang.Object {
|
||||
}
|
||||
}
|
||||
|
||||
package TwoSuperclassesVarargAndNot {
|
||||
package test.TwoSuperclassesVarargAndNot {
|
||||
public /*synthesized*/ fun Super1(/*0*/ function: (jet.Array<jet.String?>) -> jet.Unit): test.TwoSuperclassesVarargAndNot.Super1
|
||||
public /*synthesized*/ fun Super2(/*0*/ function: (jet.Array<out jet.String?>?) -> jet.Unit): test.TwoSuperclassesVarargAndNot.Super2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user