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