Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
aa5987fd3dbfa6d7896d481b336c9f49e48b9179
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
CheckNotNull.txt
blob: d71ecd2a616e0846ccfb41832845c1daf9ad4269 [
file
] [
log
] [
blame
]
package test
public fun notNullable(): kotlin.String
public open class CheckNotNull {
public constructor CheckNotNull()
@org.jetbrains.annotations.NotNull public open fun returnNotNull(): kotlin.String
}