Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
ultimate
/
testData
/
quickFixes
/
spring
/
finalSpringAnnotatedDeclaration
/
funWithBeanFinalClassRuntime.kt
blob: 61ac1ddd46b68de475acd32679e1ae8db90faad7 [
file
] [
log
] [
blame
]
// "Make function foo open" "true"
// FIXTURE_CLASS: org.jetbrains.kotlin.idea.spring.tests.SpringTestFixtureExtension
// DISABLE-ERRORS
import
org
.
springframework
.
context
.
annotation
.
Bean
class
Foo
{
@Bean
fun
<caret>
foo
()
=
""
}