3a8ad45dec
Reverts and fixes 102f0d3
7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
package test
|
|
|
|
public open class NotNullMethod {
|
|
/*primary*/ public constructor NotNullMethod()
|
|
public open fun hi(): kotlin.String
|
|
}
|