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