Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
writeFlags
/
function
/
deprecatedFlag
/
getter.kt
blob: c8fb6c59d05acd3976e028287ac04e40e4e28309 [
file
]
class
MyClass
()
{
val test
:
Int
@Deprecated
(
""
)
get
():
Int
{
return
0
}
}
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: MyClass, getTest
// FLAGS: ACC_DEPRECATED, ACC_PUBLIC, ACC_FINAL