6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
package test
|
|
|
|
public open class NotNullMethod {
|
|
public constructor NotNullMethod()
|
|
public open fun hi(): kotlin.String!
|
|
} |