6 lines
121 B
Kotlin
6 lines
121 B
Kotlin
package test
|
|
|
|
public open class NotNullParameter() : java.lang.Object() {
|
|
public open fun hi(p0: String): Unit { }
|
|
}
|