See gh-32696
This commit is contained in:
Johnny Lim
2024-04-23 22:21:48 +09:00
committed by Stéphane Nicoll
parent 4d34444a69
commit cc73ccefef
7 changed files with 27 additions and 27 deletions

View File

@@ -166,7 +166,7 @@ public class SampleConfiguration {
@Bean
@NotNull
public SampleBean sampleBean$demo_kotlin_internal_test() {
return new SampleBean();
return new SampleBean();
}
}
----