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