mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-05 08:31:31 +00:00
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|
|
|
|
|
}
|