Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
deprecated
/
propertyWithInvoke.kt
blob: 3001b3c81098c32948e821ee0daffd4b5ae385e9 [
file
]
// FIR_IDENTICAL
@Deprecated
(
"No"
)
val f
:
()
->
Unit
=
{}
fun test
()
{
<!
DEPRECATION
!>
f
<!>()
}