Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
a3b14561c4d5f2ab5a7edc53fca7d3c891589f2c
/
.
/
plugins
/
uast-kotlin
/
testData
/
SimpleAnnotated.kt
blob: eba544fa27ce9a693e62f23c9e68161b484ef7b2 [
file
] [
log
] [
blame
]
class
SimpleAnnotated
{
@Suppress
(
"abc"
)
fun method
()
{
println
(
"Hello, world!"
)
}
@kotlin
.
SinceKotlin
(
"1.0"
)
val
property
:
String
=
"Mary"
}