Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fcbc6b84598bef4d4ca95c593070c2a5cba1da35
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
CheckNotNull.kt
blob: c070ce3feeb92765f979b90f2c188a95f498515e [
file
]
package
test
fun notNullable
():
String
=
CheckNotNull
().
returnNotNull
()