Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
incompleteCode
/
unresolvedOperation.fir.kt
blob: fe69e91f0e4146f349b73c5332836b5d827f4205 [
file
]
fun foo
(
a
:
Int
)
{
!<!
UNRESOLVED_REFERENCE
!>
bbb
<!>
<!
UNRESOLVED_REFERENCE
!>
bbb
<!>
+
a
}