7 lines
212 B
Kotlin
Vendored
7 lines
212 B
Kotlin
Vendored
// "Make class Bean open" "true"
|
|
// FIXTURE_CLASS: org.jetbrains.kotlin.idea.spring.tests.SpringTestFixtureExtension
|
|
// DISABLE-ERRORS
|
|
import org.springframework.stereotype.Component
|
|
|
|
@Component
|
|
class <caret>Bean |