Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
movePropertyToConstructor
/
simpleAnnotation.kt.after
blob: e04169ff64b434047b96662ef44bf1db6215209c [
file
] [
log
] [
blame
]
annotation
class
SuperAnnotation
class
TestClass
(
@property
:
SuperAnnotation
val text
:
String
)
{
}