Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertToBlockBody
/
explicitlyUnitFunWithUnresolvedExpression.kt
blob: 18a11f2d0c463457c8a8c59eabf0301a73ff60d0 [
file
]
// ERROR: Unresolved reference: bar
fun
<caret>
foo
():
Unit
=
bar
()