Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertClassToSealedClass
/
primaryConstructorWithAnnotation.kt
blob: 850a5c8dbc25de6f8f52941b1f30896e99624c92 [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
annotation
class
Inject
open
class
Test
<caret>
@Inject
private
constructor
()