Substitution implemented for flexible occurrences of Java type parameters
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package test
|
||||
|
||||
public open class ConstructorGenericSimple {
|
||||
public constructor ConstructorGenericSimple(/*0*/ p0: kotlin.Any?)
|
||||
public constructor ConstructorGenericSimple(/*0*/ p0: kotlin.Any!)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user