Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
annotations
/
referenceOfAnnotatedFunctionInAnnotation.kt
blob: 619dc2ee528a891e25b8afd9de2212ea36933385 [
file
]
// FIR_IDENTICAL
// WITH_STDLIB
// ISSUE: KT-58447
fun
@ParameterName
(<!
UNRESOLVED_REFERENCE
!>
component2
<!>)
Int
.
component2
()
=
this
+
2