Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
ultimate
/
testData
/
quickFixes
/
spring
/
finalSpringAnnotatedDeclaration
/
classWithComponentRuntime.kt.after
blob: cd8c986adac2bc93b2aacebadee8eec9acc70161 [
file
] [
log
] [
blame
]
// "Make class Bean open" "true"
// FIXTURE_CLASS: org.jetbrains.kotlin.idea.spring.tests.SpringTestFixtureExtension
// DISABLE-ERRORS
import
org
.
springframework
.
stereotype
.
Component
@Component
open
class
<caret>
Bean