Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
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
}