Substitution implemented for flexible occurrences of Java type parameters
This commit is contained in:
@@ -2,5 +2,5 @@ package test
|
||||
|
||||
public open class WrongMethodName {
|
||||
public constructor WrongMethodName()
|
||||
public open fun foo(): kotlin.String?
|
||||
public open fun foo(): kotlin.String!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user