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