7 lines
221 B
Plaintext
Vendored
7 lines
221 B
Plaintext
Vendored
public open class NotNullParameter : R|kotlin/Any| {
|
|
public open operator fun hi(@R|org/jetbrains/annotations/NotNull|() param: R|kotlin/String|): R|kotlin/Unit|
|
|
|
|
public constructor(): R|test/NotNullParameter|
|
|
|
|
}
|